-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Hi,
I am having problems building Clang/LLVM OpenMP version.
Here my procedure:
I cloned the following repos:
git clone git@github.com:clang-omp/llvm.git llvm
git clone git@github.com:clang-omp/compiler-rt.git llvm/projects
git clone -b clang-omp git@github.com:clang-omp/clang.git llvm/tools/clang
I created folder 'llvm_build' in the same level of the folder llvm and run:
cmake ../llvm
then:
make
I am getting this error:
make[2]: *** No rule to make target lib/libLLVMSupport.a', needed bybin/llvm-tblgen'. Stop.
make[1]: *** [utils/TableGen/CMakeFiles/llvm-tblgen.dir/all] Error 2
make: *** [all] Error 2
it happens very early (about 5% building).
Am I doing something wrong?
Thanks.
Simone
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels