search for: emit_0

Displaying 1 result from an estimated 1 matches for "emit_0".

Did you mean: emit_5
2006 Aug 09
2
[LLVMdev] Tablegen problem in LLVM 1.8
...s of other errors generated by the previous one] ... The NOINLINE-macro after each method's argument list and right before the "{" in the various lib/Target/XXX/XXXGenDAGISel.inc-files seems to be the culprit, e.g. in llvm-build/lib/Target/ARM/ARMGenDAGISel.inc (line 145): void Emit_0(SDOperand &Result, SDOperand &N, unsigned Opc0, SDOperand &Chain, SDOperand &N1, bool HasInFlag) NOINLINE { ... If I remove all NOINLINE appearances, everything compiles although I get 47 unexpected failures upon lib/test-ing (test results in attachment). I didn't have t...