[llvm] r233688 - [SystemZ] Provide basic TargetTransformInfo implementation

Vasileios Kalintiris Vasileios.Kalintiris at imgtec.com
Tue Mar 31 07:28:59 PDT 2015


Hi Ulrich,

I have to add the Analysis library to required_libraries in lib/Target/SystemZ/LLVMBuild.txt in order for this to build. Otherwise, I get undefined references errors:

llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp:116: undefined reference to `llvm::TargetIRAnalysis::TargetIRAnalysis(std::function<llvm::TargetTransformInfo (llvm::Function&)>)'

Is it working for you without this change?

- V. Kalintiris



More information about the llvm-commits mailing list