Avoid adding compiler-used functions to symbols.o
This commit is contained in:
parent
7ceaf19868
commit
9ed0d11efb
6 changed files with 27 additions and 2 deletions
|
|
@ -165,6 +165,7 @@ impl rustc_driver::Callbacks for MiriBeRustCompilerCalls {
|
|||
level: SymbolExportLevel::C,
|
||||
kind: SymbolExportKind::Text,
|
||||
used: false,
|
||||
used_compiler: false,
|
||||
},
|
||||
))
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue