[llvm-dev] LLVM compile fail.

Tim Northover via llvm-dev llvm-dev at lists.llvm.org
Tue Dec 29 03:05:35 PST 2015


On 28 December 2015 at 15:20, Hunter S via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> http://pastebin.com/sfnuC80h
>
> Here is how I am compiling llvm.

It looks like the clang-tools-extra source files are picking up the
system's clang headers (/usr/include/clang/*) instead of the ones
you've downloaded. I think this is because you have
.../llvm/tools/extra rather than .../lllvm/tools/clang/tools/extra.

Cheers.

Tim.


More information about the llvm-dev mailing list