Displaying 2 results from an estimated 2 matches for "targetregistorinfo".
Did you mean:
targetregisterinfo
2014 Jun 09
2
[LLVMdev] regarding TargetRegisterInfo.h
...r,
I have been going through the Targets registered with llvm. As I was
looking around, I found an include statement in the file XXXRegisterInfo.h
(XXX is any target),
#include "llvm/Target/TargetRegisterInfo.h"
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?
--
Pratik
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20...
2014 Jun 09
2
[LLVMdev] regarding TargetRegisterInfo.h
...de "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&qu...