[llvm] [BOLT][NFC] Using target_triple in lit config (PR #144078)

Amir Ayupov via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 13 06:50:39 PDT 2025


================
@@ -1,4 +1,4 @@
-host_linux_triple = config.target_triple.split("-")[0] + "-unknown-linux-gnu"
----------------
aaupov wrote:

I believe this line makes macos testing work – we can't yet optimize macho binaries and want the compiler to produce ELF instead.

https://github.com/llvm/llvm-project/pull/144078


More information about the llvm-commits mailing list