forked from OSchip/llvm-project
7b153b43d3
Don't normalize arm architecture names; doing that loses the ability to pick the right implementation of builtins for each architecture variant. When building compiler-rt builtins as part of a runtimes build, builtins for multiple armv* variants could be built in the same directory, and with the simplified architecture name, they'd all be built in the same directory, overlapping each other. |
||
---|---|---|
.. | ||
CustomLibcxx | ||
AddCompilerRT.cmake | ||
BuiltinTests.cmake | ||
CompilerRTCompile.cmake | ||
CompilerRTDarwinUtils.cmake | ||
CompilerRTLink.cmake | ||
CompilerRTUtils.cmake | ||
HandleCompilerRT.cmake | ||
SanitizerUtils.cmake | ||
UseLibtool.cmake |