Skip to content

Commit 5528456

Browse files
[BOLT][NFC] Using target_triple in lit config
1 parent 7e0bb2b commit 5528456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt/test/lit.local.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
host_linux_triple = config.target_triple.split("-")[0] + "-unknown-linux-gnu"
1+
host_linux_triple = config.target_triple
22
common_linker_flags = "-fuse-ld=lld -Wl,--unresolved-symbols=ignore-all -Wl,--build-id=none -pie"
33
flags = f"--target={host_linux_triple} -fPIE {common_linker_flags}"
44

0 commit comments

Comments
 (0)