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 7e0bb2b commit 5528456Copy full SHA for 5528456
bolt/test/lit.local.cfg
@@ -1,4 +1,4 @@
1
-host_linux_triple = config.target_triple.split("-")[0] + "-unknown-linux-gnu"
+host_linux_triple = config.target_triple
2
common_linker_flags = "-fuse-ld=lld -Wl,--unresolved-symbols=ignore-all -Wl,--build-id=none -pie"
3
flags = f"--target={host_linux_triple} -fPIE {common_linker_flags}"
4
0 commit comments