mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-16 14:07:04 +00:00
Tell llvm-ar to not create a symbol table
This commit is contained in:
parent
9147b6dd28
commit
ec45166166
@ -11,7 +11,7 @@ fn main() {
|
||||
rfs::write("archive/invalid_bitcode.o", &bitcode);
|
||||
|
||||
llvm_ar()
|
||||
.obj_to_thin_ar()
|
||||
.arg("rcuS") // like obj_to_ar() except skips creating a symbol table
|
||||
.output_input(
|
||||
path("archive").join(static_lib_name("thin_archive")),
|
||||
"archive/invalid_bitcode.o",
|
||||
|
Loading…
Reference in New Issue
Block a user