[libc-commits] [libc] [llvm] [LLVM] Replace use of `LLVM_RUNTIMES_TARGET` with `LLVM_DEFAULT_TARGET_TRIPLE` (PR #136208)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Tue Apr 22 06:46:08 PDT 2025
jhuber6 wrote:
This made things unhappy, I think because the LLVM default triple is always defined while the previous one was only defined for these runtime crossbuilds? We could make a new variable and keep them distinct or something.
https://github.com/llvm/llvm-project/pull/136208
More information about the libc-commits
mailing list