Update references to -Z symbol-mangling-version
to use -C
Replace `-Z symbol-mangling-version=v0` with `-C symbol-mangling-version=v0`. Replace `-Z symbol-mangling-version=legacy` with `-Z unstable-options -C symbol-mangling-version=legacy`.
This commit is contained in:
parent
bbf4b6699e
commit
ff94b3b12b
25 changed files with 34 additions and 34 deletions
|
@ -1230,7 +1230,7 @@ options! {
|
|||
instrument_coverage: Option<InstrumentCoverage> = (None, parse_instrument_coverage, [TRACKED],
|
||||
"instrument the generated code to support LLVM source-based code coverage \
|
||||
reports (note, the compiler build config must include `profiler = true`); \
|
||||
implies `-Z symbol-mangling-version=v0`. Optional values are:
|
||||
implies `-C symbol-mangling-version=v0`. Optional values are:
|
||||
`=all` (implicit value)
|
||||
`=except-unused-generics`
|
||||
`=except-unused-functions`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue