[llvm-dev] cmake finishes OK for all the projects except debuginfo-tests. (original) (raw)
Neil Nelson via llvm-dev llvm-dev at lists.llvm.org
Sat Feb 15 18:42:29 PST 2020
- Previous message: [llvm-dev] RFC: Opaque pointer status and future direction
- Next message: [llvm-dev] cmake finishes OK for all the projects except debuginfo-tests.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
cmake -G Ninja -DLLVM_ENABLE_PROJECTS="debuginfo-tests" -DLLVM_USE_LINKER=lld -DCMAKE_BUILD_TYPE="Release" -DLLVM_TARGETS_TO_BUILD=X86 -Wno-dev ../llvm &> ../../cmake.log
in cmake.log -- Targeting X86 CMake Error at /home/nnelson/Documents/llvm-project/debuginfo-tests/CMakeLists.txt:30 (message): Cannot run debuginfo-tests without python 3
installed python3 --version Python 3.7.5
python --version Python 2.7.17
in llvm-project/debuginfo-tests/CMakeLists.txt elseif(PYTHON_VERSION_MAJOR LESS 3) message(FATAL_ERROR "Cannot run debuginfo-tests without python 3")
Neil Nelson -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200215/95d232e0/attachment.html>
- Previous message: [llvm-dev] RFC: Opaque pointer status and future direction
- Next message: [llvm-dev] cmake finishes OK for all the projects except debuginfo-tests.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]