[llvm] [LLVM] Add `LLVM_<proj>_RUNTIME_TARGETS` to set targets per-project (PR #81557)

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 20 12:19:44 PST 2024


jhuber6 wrote:

So, I think my main problem with the other support is that it forces explicitly adding `default` to the list of enabled. As far as I'm aware, the vast majority of users want the default target when building. Maybe we could just have an alternate way to se them that implies `default` so users don't need to change as much if they want to copy paste something.

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


More information about the llvm-commits mailing list