[llvm-dev] [Target] AsmParser Error : key functions missing
Visoiu Mistrih Francis via llvm-dev
llvm-dev at lists.llvm.org
Sun Sep 11 20:09:20 PDT 2016
Hi Alex,
The 09/11/2016 14:44, Alex Bradley via llvm-dev wrote:
> I see these functions declared and defined in GenAsmMatcher.inc file which
> i have included in my AsmParser class. Still i am getting the error. I may
> be missing something very basic.
Did you correctly `#define GET_MATCHER_IMPLEMENTATION` before including
the `.inc` ?
The `.inc` is guarded by several macros. Take a look at how other
targets include `GenAsmMatcher.inc`.
Cheers,
--
Francis Visoiu Mistrih
francis at lse.epita.fr
LSE | EPITAThe 09/11/2016 14:44, Alex Bradley via llvm-dev wrote:
More information about the llvm-dev
mailing list