forked from OSchip/llvm-project
e7853a5ce2
D69685 actually broke lld detection for my build (probably due to CMake processing order). Before: ``` build projects/compiler-rt/lib/sanitizer_common/tests/Sanitizer-x86_64-Test-Nolibc: ... bin/clang || ... ``` After: ``` build projects/compiler-rt/lib/sanitizer_common/tests/Sanitizer-x86_64-Test-Nolibc: ... bin/clang bin/lld || ... ``` Differential Revision: https://reviews.llvm.org/D71950 |
||
---|---|---|
.. | ||
CustomLibcxx | ||
AddCompilerRT.cmake | ||
BuiltinTests.cmake | ||
CompilerRTCompile.cmake | ||
CompilerRTDarwinUtils.cmake | ||
CompilerRTLink.cmake | ||
CompilerRTUtils.cmake | ||
HandleCompilerRT.cmake | ||
SanitizerUtils.cmake | ||
UseLibtool.cmake |