Skip to content

Commit 80d661c

Browse files
committed
Avoid adding compiler-used functions to symbols.o
1 parent 387fe55 commit 80d661c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/miri.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ impl rustc_driver::Callbacks for MiriBeRustCompilerCalls {
165165
level: SymbolExportLevel::C,
166166
kind: SymbolExportKind::Text,
167167
used: false,
168+
used_compiler: false,
168169
},
169170
))
170171
}),

0 commit comments

Comments
 (0)