[PATCH] D75615: Revert "[CGBlocks] Improve line info in backtraces containing *_helper_block"

Vedant Kumar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 4 09:32:49 PST 2020


vsk added inline comments.


================
Comment at: clang/test/CodeGenObjC/debug-info-blocks.m:24
 // CHECK: load {{.*}}, !dbg ![[DESTROY_LINE:[0-9]+]]
-// CHECK: ret void, !dbg ![[DESTROY_LINE]]
 
+// CHECK-DAG: [[DBG_LINE]] = !DILocation(line: 0, scope: ![[COPY_SP:[0-9]+]])
----------------
Should the location on the ret instruction be artificial as well?


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

https://reviews.llvm.org/D75615





More information about the cfe-commits mailing list