Rick Veens via llvm-dev
2017-Jul-11 09:03 UTC
[llvm-dev] Custom MCTargetAsmParser for a target
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>