Skip to content

Commit 953103a

Browse files
committed
Fix test for removal of -Zemit-thin-lto
1 parent 6dab8fa commit 953103a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tests/run-make/issue-84395-lto-embed-bitcode

tests/run-make/issue-84395-lto-embed-bitcode/rmake.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fn main() {
1818
.arg("-Clinker-plugin-lto")
1919
.arg(format!("-Clinker={}", env_var("CLANG")))
2020
.arg("-Clink-arg=-Wl,--plugin-opt=-lto-embed-bitcode=optimized")
21-
.arg("-Zemit-thin-lto=no")
21+
.arg("-Clto=fat")
2222
.run();
2323

2424
llvm_objcopy().dump_section(".llvmbc", "test.bc").arg("test").run();

0 commit comments

Comments
 (0)