[llvm-dev] Custom MCTargetAsmParser for a target

Rick Veens via llvm-dev llvm-dev at lists.llvm.org
Tue Jul 11 02:03:51 PDT 2017


Hi all,

I'm trying to create an additional MCTargetAsmParser class, to be able to
get hold of all the MCInsts when compiling .s to .o for my back-end.
What id like to know is how to do this.

I tried making a modification to the llvm-mc tool, but i could not work out
how to include the header of my MCTargetAsmParser class to the llvm-mc
tool. The LLVM build system is complex to me.

Best regards,

Rick Veens
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170711/31b73ff9/attachment.html>


More information about the llvm-dev mailing list