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: unassignedclangb...@nondot.org
          Reporter: and...@ziglang.org
                CC: htmldevelo...@gmail.com, llvm-bugs@lists.llvm.org,
                    neeil...@live.com, richard-l...@metafoo.co.uk

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
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to