[LLVMdev] problem about using LLVM

Dan Liew dan at su-root.co.uk
Mon Sep 15 11:59:47 PDT 2014


On 15 Sep 2014 18:40, "Yong Xu" <
> bypassMain.cpp:1:10: fatal error: 'llvm/Constants.h' file not found
> #include "llvm/Constants.h"
>          ^
> 1 error generated.
>
> What is matter?

Did you remember to install the llvm-dev package ( probably called
llvm-3.4-dev)? You need the header files and libraries so you build
applications that use LLVM.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140915/b3610ef5/attachment.html>


More information about the llvm-dev mailing list