[PATCH] D69196: Fix lld detection in standalone compiler-rt.
Matt Morehouse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 22 11:43:52 PDT 2019
morehouse added a comment.
This appears to have broken the standalone compiler-rt build: http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/23986
CMake Error at /b/sanitizer-x86_64-linux/build/llvm_build64/lib/cmake/llvm/AddLLVM.cmake:1422 (add_dependencies):
The dependency target "lld" of target "check-compiler-rt" does not exist.
Call Stack (most recent call first):
test/CMakeLists.txt:86 (add_lit_target)
CMake Error at /b/sanitizer-x86_64-linux/build/llvm_build64/lib/cmake/llvm/AddLLVM.cmake:1422 (add_dependencies):
The dependency target "lld" of target "check-ubsan" does not exist.
Call Stack (most recent call first):
/b/sanitizer-x86_64-linux/build/llvm_build64/lib/cmake/llvm/AddLLVM.cmake:1443 (add_lit_target)
test/ubsan/CMakeLists.txt:131 (add_lit_testsuite)
CMake Error at /b/sanitizer-x86_64-linux/build/llvm_build64/lib/cmake/llvm/AddLLVM.cmake:1422 (add_dependencies):
The dependency target "lld" of target "check-msan" does not exist.
Call Stack (most recent call first):
/b/sanitizer-x86_64-linux/build/llvm_build64/lib/cmake/llvm/AddLLVM.cmake:1443 (add_lit_target)
test/msan/CMakeLists.txt:56 (add_lit_testsuite)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69196/new/
https://reviews.llvm.org/D69196
More information about the llvm-commits
mailing list