[PATCH] D37428: Debug info: Fixed faulty debug locations for attributed statements

Karl-Johan Karlsson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Sep 3 10:47:10 PDT 2017


Ka-Ka added inline comments.


================
Comment at: test/CodeGen/debug-info-attributed-stmt.c:18
+// CHECK: br label %while.cond, !dbg ![[NUM]], !llvm.loop
+// CHECK: ![[NUM]] = !DILocation(line: 9, scope: !14)
+}
----------------
The part "scope: !14)" should be removed from the testcase.



https://reviews.llvm.org/D37428





More information about the cfe-commits mailing list