[LLVMdev] regarding TargetRegisterInfo.h

pratik dand pratikdand143 at gmail.com
Sun Jun 8 23:42:00 PDT 2014


Dear Tim,

Thank you for replying back. I could find the file.

But when I try running tblgen on one of the .td's which has such an include
statement I get "file not found error"
eg: llvm-tblgen X86.td gives file not found where X86.td has an include
statement namely "include "llvm\Target\Target.td".

Can you please clear this too?

Regards,
Pratik


On Mon, Jun 9, 2014 at 2:36 PM, Tim Northover <t.p.northover at gmail.com>
wrote:

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



-- 
Pratik
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140609/b5fe90b9/attachment.html>


More information about the llvm-dev mailing list