[LLVMdev] Installing the Library

MDMStudios olsdaniel at gmail.com
Wed Jul 14 15:13:49 PDT 2010


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?
-- 
View this message in context: http://old.nabble.com/Installing-the-Library-tp29167350p29167350.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.




More information about the llvm-dev mailing list