Joseph Huber da1f491a9d
[LLVM][runtimes] Prepopulate LLVM_BUILTIN_TARGETS with runtimes values (#95554)
Summary:
We create the builtins separately because these are required to set up
before others are built. It's configured with a default value if not
specified, but this doesn't respect the runtimes from other targets.
This patch changes the behavior to prepopulate the builtins list with
all the targets that have `compiler-rt` enabled if not overridden by the
user.
2024-07-12 09:59:17 -05:00
..