[PATCH] D17275: [TableGen] more helpful error message in MapTableEmitter

Ahmed Bougacha via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 16 16:32:17 PST 2016


ab added a subscriber: ab.
ab accepted this revision.
ab added a reviewer: ab.
ab added a comment.
This revision is now accepted and ready to land.

LGTM.


================
Comment at: utils/TableGen/CodeGenMapTable.cpp:347
@@ +346,3 @@
+            KeyValueStr += ", ";
+          KeyValueStr += Value->getAsUnquotedString();
+        }
----------------
Why not getAsString() ?


Repository:
  rL LLVM

http://reviews.llvm.org/D17275





More information about the llvm-commits mailing list