[PATCH] D68747: [codeview] Try to avoid emitting .cv_loc with line zero
Amy Huang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 9 17:54:17 PDT 2019
akhuang accepted this revision.
akhuang added a comment.
This revision is now accepted and ready to land.
lgtm-
================
Comment at: llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp:2863
+// corresponds to optimized code that doesn't have a distinct source location.
+// In this case, we try try to use the previous or next source location
+// depending on the context.
----------------
typo
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68747/new/
https://reviews.llvm.org/D68747
More information about the llvm-commits
mailing list