https://bugs.llvm.org/show_bug.cgi?id=40723
Bug ID: 40723
Summary: clang trunk FTBFS with the default cmake args
Product: clang
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: release blocker
Priority: P
Component: -New Bugs
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected],
[email protected], [email protected]
Repro:
git clone https://github.com/llvm/llvm-project/
cd llvm-project/llvm
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/local -DCMAKE_PREFIX_PATH=$HOME/local
make install
cd ../../clang
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/local -DCMAKE_PREFIX_PATH=$HOME/local
CMake Error at /store/local/llvm9-debug/lib/cmake/llvm/AddLLVM.cmake:1735
(execute_process):
execute_process given unknown argument "git_result".
Call Stack (most recent call first):
lib/Basic/CMakeLists.txt:7 (find_first_existing_vc_file)
--
You are receiving this mail because:
You are on the CC list for the bug._______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs