[PATCH] D69196: Fix lld detection in standalone compiler-rt.
Evgenii Stepanov via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 22 16:55:20 PDT 2019
I've reverted the patch earlier today.
On Tue, Oct 22, 2019 at 11:43 AM Matt Morehouse via Phabricator <
reviews at reviews.llvm.org> wrote:
> 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
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191022/234bcd0d/attachment.html>
More information about the llvm-commits
mailing list