Displaying 1 result from an estimated 1 matches for "connexgenasmmatcher".
2015 Dec 29
2
TableGen - cryptic error messages (~feature request)
...atch on"' failed.
[...]
Stack dump:
0. Program arguments: ~/llvm/build3/bin/llvm-tblgen -gen-asm-matcher -I
~/llvm/include Connex.td
./run_tblgen.sh: line 13: 27011 Aborted (core dumped)
~/llvm/build3/bin/llvm-tblgen -gen-asm-matcher -I ~/llvm/include Connex.td >
ConnexGenAsmMatcher.inc
It took me quite a few hours to find the source of the error, namely the fact I had
defined two registers with the SAME ASM name (string) - so the disassembly (ASM matcher)
info had conflicts. I actually sped up my debugging by editing the file
~/llvm/lib/TableGen/StringMatcher.cpp and...