[LLVMdev] TableGen Fundamentals
Juan Carlos Martinez Santos
juanc.martinez.santos at gmail.com
Mon Dec 14 11:43:58 PST 2009
Hello LLVM,
Following the documentation for the TableGen Fundamentals, I found the below
error when I tried to run tblgen. Also, I got a similar error when I tried
-class=Instruction option. How I can generate the missed file?
Thanks in advance,
Juan Carlos
******************************************************************************************
***@ubuntu:~/llvm/lib/Target/X86$ tblgen X86.td -print-enums -class=Register
X86.td:17:9: error: Could not find include file 'llvm/Target/Target.td'
include "llvm/Target/Target.td"
^
X86.td:17:9: error: Unexpected input at top level
include "llvm/Target/Target.td"
******************************************************************************************
--
Juan Carlos
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091214/81a19465/attachment.html>
More information about the llvm-dev
mailing list