[PATCH] D47720: [DebugInfo] Inline for without DebugLocation

Anastasis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 5 13:48:02 PDT 2018


gramanas added inline comments.


================
Comment at: test/CodeGen/debug-info-inline-for.c:13
+
+// CHECK: ![[DbgLoc]] = !DILocation(
----------------
aprantl wrote:
> Shouldn't you also check *which* location is attached to it?
I wasn't sure if this should be an artificial location or not so I left it like that for the time being. It's been updated to reflect the latest changes now.


Repository:
  rC Clang

https://reviews.llvm.org/D47720





More information about the cfe-commits mailing list