[libc] [llvm] [LLVM] Replace use of `LLVM_RUNTIMES_TARGET` with `LLVM_DEFAULT_TARGET_TRIPLE` (PR #136208)

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 21 20:51:06 PDT 2025


jhuber6 wrote:

I just turned that error into a warning, the problem is that GCC and LLVM set the triple slightly different and we can't pass `--target=` to GCC like with clang.

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


More information about the llvm-commits mailing list