[PATCH] D29409: [Assembler] Allow buffer id to be passed to MCAsmParser

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 1 19:06:28 PST 2017


compnerd requested changes to this revision.
compnerd added a comment.
This revision now requires changes to proceed.

The inline assembly uses a local buffer (which is the "main" buffer).  The SLoc is tracked for where the inline assembly was instantiated for provenance.  This seems conflicting with the description.  Furthermore, a test case is absolutely needed.


https://reviews.llvm.org/D29409





More information about the llvm-commits mailing list