[PATCH] D29441: [Assembler] Enable nicer diagnostics for inline assembly.
Renato Golin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 2 03:18:48 PST 2017
rengolin added reviewers: anemet, rovka.
rengolin added a comment.
Thanks! Much easier to review. :)
Adding a few more folks.
================
Comment at: include/llvm/CodeGen/AsmPrinter.h:114
+ /// A SourceMgr for inline assembly.
+ mutable std::unique_ptr<SourceMgr> InlineSrcMgr;
+
----------------
I'd move this line down, as it's being handled by the new methods there.
https://reviews.llvm.org/D29441
More information about the llvm-commits
mailing list