You've already forked llvm-project
mirror of
https://github.com/AdaCore/llvm-project.git
synced 2026-02-12 13:52:35 -08:00
When CLANG_BAREMETAL_NORMALIZE_TARGET is set to ON, the baremetal toolchain will use the normalized version of the target triple to find the runtime; this allows, for example, naming the binary "aarch64-elf-clang" while still storing the runtime in "clang-runtimes/aarch64-unknown-unknown-elf". Issue: eng/toolchain/llvm-project#29