| author | |
| committer | |
| log | f043e0e85cac9330cf809bef177784c3cd133348 |
| tree | 3f21db31a20ae64ba26bcc870548de304d833399 |
| parent | 403eb92a626e44ab456099fe48fa221639e2e2f5 |
closes #3181 files changed, 1 insertions(+), 1 deletions(-)
cmake/Findlld.cmake+1-1| ... | ... | @@ -12,7 +12,7 @@ find_path(LLD_INCLUDE_DIRS NAMES lld/Driver/Driver.h |
| 12 | 12 | /mingw64/include) |
| 13 | 13 | |
| 14 | 14 | find_library(LLD_LIBRARY NAMES lld-4.0 lld PATHS /usr/lib/llvm-4.0/lib) |
| 15 | if(LLD_LIBRARY) | |
| 15 | if(EXISTS ${LLD_LIBRARY}) | |
| 16 | 16 | set(LLD_LIBRARIES ${LLD_LIBRARY}) |
| 17 | 17 | else() |
| 18 | 18 | macro(FIND_AND_ADD_LLD_LIB _libname_) |