We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dab8fa commit 953103aCopy full SHA for 953103a
1 file changed
tests/run-make/issue-84395-lto-embed-bitcode/rmake.rs
@@ -18,7 +18,7 @@ fn main() {
18
.arg("-Clinker-plugin-lto")
19
.arg(format!("-Clinker={}", env_var("CLANG")))
20
.arg("-Clink-arg=-Wl,--plugin-opt=-lto-embed-bitcode=optimized")
21
- .arg("-Zemit-thin-lto=no")
+ .arg("-Clto=fat")
22
.run();
23
24
llvm_objcopy().dump_section(".llvmbc", "test.bc").arg("test").run();
0 commit comments