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

Use normalized target triples #420

Closed dcandler closed 3 months ago

dcandler commented 3 months ago

The COMPILER_RT_DEFAULT_TARGET_TRIPLE definition now uses the normalized target triple rather than the target triple argument itself, which has changed the location of libclang_rt. This patch updates the functions that are used to generate the triple names to match, which mostly consists of inserting "-unknown".