Fangrui Song
e7853a5ce2
[CMake] Fix lld detection after D69685
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
2019-12-28 13:05:12 -08:00
..
2019-10-31 10:22:52 -07:00
2019-12-28 13:05:12 -08:00
2019-09-19 11:28:32 +00:00
2019-02-13 06:49:47 +00:00
2019-11-24 13:26:01 -08:00
2019-07-12 08:30:17 +00:00
2018-11-27 09:23:15 +00:00
2019-06-15 04:40:16 +00:00
2019-06-04 02:38:15 +00:00