Hello LLVM,<br><br>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?<br>
<br>Thanks in advance,<br><br>Juan Carlos<br><br>******************************************************************************************<br>***@ubuntu:~/llvm/lib/Target/X86$ tblgen X86.td -print-enums -class=Register<br>
X86.td:17:9: error: Could not find include file 'llvm/Target/Target.td'<br>include "llvm/Target/Target.td"<br>        ^<br>X86.td:17:9: error: Unexpected input at top level<br>include "llvm/Target/Target.td"<br>
<br>******************************************************************************************<br>
<br><br>-- <br>Juan Carlos<br>