Skip to content

Clang/LLVM build issue #72

@simoatze

Description

@simoatze

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions