ARM-software / LLVM-embedded-toolchain-for-Arm

A project dedicated to building LLVM toolchain for 32-bit Arm embedded targets.
Apache License 2.0
377 stars 85 forks source link

Only use normalized target triple for compiler-rt #436

Closed dcandler closed 2 months ago

dcandler commented 2 months ago

A newlib overlay build does not recognise a target triple as normalized by clang, however compiler-rt build needs the normalized triple to find the correct output directory. So this patch uses the normalized triple only for compiler-rt.