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

Ulrich Weigand Ulrich.Weigand at de.ibm.com
Tue Mar 31 08:20:34 PDT 2015


Vasileios Kalintiris <Vasileios.Kalintiris at imgtec.com> wrote on 31.03.2015
16:28:59:

> 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?

Hmm, it did work for me, but I'm usually doing autoconf builds.
I guess LLVMBuild.txt is only necessary for cmake builds?

In any case, I've now added the Analysis library as r233700.

Bye,
Ulrich




More information about the llvm-commits mailing list