[PATCH] D112855: [llvm] Include LLVM_ENABLE_RUNTIMES in the cross compilation invocation

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 29 16:24:23 PDT 2021


JDevlieghere added a comment.

Without this change, you get something like:

  [551/5308] Configuring NATIVE LLVM...
  FAILED: NATIVE/CMakeCache.txt /Users/jonas/llvm/build-ra/NATIVE/CMakeCache.txt
  ...
  CMake Error at /Users/jonas/llvm/llvm-project/lldb/test/CMakeLists.txt:122 (message):
    LLDB test suite requires libc++, but it is currently disabled.  Please add
    `libcxx` to `LLVM_ENABLE_RUNTIMES`, or disable tests via
    `LLDB_INCLUDE_TESTS=OFF`.

I'm putting up a separate patch to specify only `LLVM_ENABLE_RUNTIMES` in the error message.


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

https://reviews.llvm.org/D112855



More information about the llvm-commits mailing list