[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:13:16 PDT 2020


thopre added inline comments.


================
Comment at: llvm/lib/MC/MCParser/AsmParser.cpp:1702-1704
+    return parseCppHashLineFilenameComment(IDLoc,
+                                           !isInsideMacroInstantiation());
+
----------------
You shouldn't need to change this with the default value.


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