[PATCH] D46032: [MIR] Add support for debug metadata for fixed stack objects

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 24 17:59:53 PDT 2018


aprantl added inline comments.


================
Comment at: include/llvm/CodeGen/MIRYamlMapping.h:329
                      true);
+    YamlIO.mapOptional("di-variable", Object.DebugVar,
+                       StringValue()); // Don't print it out when it's empty.
----------------
I find that spelling weird: I would either go for the full debug-info-variable, or debug-variable, or dbg-variable, if it has to be lower-case.


https://reviews.llvm.org/D46032





More information about the llvm-commits mailing list