[LLVMdev] regarding TargetRegisterInfo.h

Tim Northover t.p.northover at gmail.com
Sun Jun 8 23:36:32 PDT 2014


Hi Pratik,

> The question is there is no folder called Target in my llvm directory (file
> TargetRegistorInfo.h missing ) and still programs compile in the XXX
> architecture. I want access to TargetRegisterInfo.h.
> Can someone point me in the right direction?

Includes are mostly relative to "include/". In this case
"include/llvm/Target/TargetRegisterInfo.h".

Cheers.

Tim.



More information about the llvm-dev mailing list