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
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?
Make sure to pass the right -I flag so it knows where to look for includes.
-Chris