ronchaine / llvm-project

Guess I'll try to do something useful with llvm here
http://llvm.org
0 stars 0 forks source link

Disabling a sanitizer results in a build failures #3

Open ronchaine opened 4 years ago

ronchaine commented 4 years ago

A lot of these pile up if a sanitizer is disabled. Using make can get past this, but ninja refuses to continue.

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

CMake Error at /hyena-builds/sources/llvm-project/llvm/cmake/modules/AddLLVM.cmake:1559 (add_dependencies):
  The dependency target "msan" of target "check-ubsan" does not exist.