Skip to content

Commit ec45166

Browse files
committed
Tell llvm-ar to not create a symbol table
1 parent 9147b6d commit ec45166

File tree

1 file changed

+1
-1
lines changed
  • tests/run-make/staticlib-broken-bitcode

1 file changed

+1
-1
lines changed

tests/run-make/staticlib-broken-bitcode/rmake.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fn main() {
1111
rfs::write("archive/invalid_bitcode.o", &bitcode);
1212

1313
llvm_ar()
14-
.obj_to_thin_ar()
14+
.arg("rcuS") // like obj_to_ar() except skips creating a symbol table
1515
.output_input(
1616
path("archive").join(static_lib_name("thin_archive")),
1717
"archive/invalid_bitcode.o",

0 commit comments

Comments
 (0)