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

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 15 12:38:11 PDT 2020


probinson accepted this revision.
probinson added a comment.
This revision is now accepted and ready to land.

Without this patch, I'm seeing line 109 reported, which makes no sense at all.  The test shows with the patch we get line 105, which in effect means that the line directive is processed as if it was not inside a macro definition; that makes some sense.
LGTM


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