[PATCH] D80381: Fix debug line info when line markers are present inside macros.

Thomas Preud'homme via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 4 03:45:30 PDT 2020


thopre added inline comments.


================
Comment at: llvm/lib/MC/MCParser/AsmParser.cpp:1702-1704
+    return parseCppHashLineFilenameComment(IDLoc,
+                                           !isInsideMacroInstantiation());
+
----------------
thopre wrote:
> You shouldn't need to change this with the default value.
Oh my bad, I misread what was happening. Please disregard.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80381/new/

https://reviews.llvm.org/D80381





More information about the llvm-commits mailing list