[PATCH] D138157: Make -fsanitize=scudo use scudo_standalone. Delete check-scudo.

David Spickett via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 23 03:58:49 PST 2022


DavidSpickett added a comment.

We (Linaro) also have an issue with a bot that uses `-DCOMPILER_RT_BUILD_SANITIZERS=OFF`.

https://lab.llvm.org/buildbot/#/builders/178/builds/3318

  CMake Error at cmake/modules/AddLLVM.cmake:1915 (add_dependencies):
    The dependency target "ScudoUnitTests" of target "check-all" does not
    exist.
  Call Stack (most recent call first):
    cmake/modules/AddLLVM.cmake:1955 (add_lit_target)
    CMakeLists.txt:1249 (umbrella_lit_testsuite_end)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138157/new/

https://reviews.llvm.org/D138157



More information about the cfe-commits mailing list