[PATCH] D20147: [WIP] DebugInfo: New metadata representation for global variables.

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 1 09:16:18 PDT 2016


aprantl added inline comments.

================
Comment at: lib/IR/DebugInfoMetadata.cpp:566
@@ +565,3 @@
+    case dwarf::DW_OP_stack_value:
+      // We only support bit piece and stack value expressions which appear at
+      // the end.
----------------
That's probably good enough for this patch.


http://reviews.llvm.org/D20147





More information about the llvm-commits mailing list