[LLVMdev] Installing the Library

Eric Christopher echristo at apple.com
Wed Jul 14 16:02:40 PDT 2010


On Jul 14, 2010, at 3:13 PM, MDMStudios wrote:

> 
> Okay, so I am on OSX, I am trying to install the LLVM library. Trying to
> compile their simple example (http://llvm.org/docs/tutorial/LangImpl7.html)
> I keep on getting a host of errors, the source of which is its not finding
> any of the included files ( 
> #include "llvm/DerivedTypes.h"
> #include "llvm/ExecutionEngine/ExecutionEngine.h"
> #include "llvm/ExecutionEngine/JIT.h"
> #include "llvm/LLVMContext.h"
> #include "llvm/Module.h"
> #include "llvm/PassManager.h"
> #include "llvm/Analysis/Verifier.h"
> #include "llvm/Target/TargetData.h"
> #include "llvm/Target/TargetSelect.h"
> #include "llvm/Transforms/Scalar.h"
> #include "llvm/Support/IRBuilder.h" )
> 
> Any help?

Only if you tell us what you've done and how you've done it.

-eric




More information about the llvm-dev mailing list