[llvm] [LLVM][runtimes] Prepopulate `LLVM_BUILTIN_TARGETS` with runtimes values (PR #95554)

Chris B via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 19 09:48:17 PDT 2024


llvm-beanz wrote:

@jhuber6 the reason I initially implemented builtins and runtimes separately is because the runtime configuration completing successfully and accurately depends on the builtin libraries being available during configuration. We could probably make some educated guess hard-coded assumptions about what the toolchain supports, but you can quickly get off the rails with more exotic target support.

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


More information about the llvm-commits mailing list