[PATCH] MC: Allow targets to stop symbol name quoting

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Thu Apr 23 08:24:02 PDT 2015


This needs a testcase.

This function is used to print assembly. You have an assembler that can handle any characters in the name? How?


================
Comment at: include/llvm/MC/MCSymbol.h:58
@@ -57,1 +57,3 @@
 
+    /// True if the name should be quoted if "unacceptable" characters are used
+    /// in the name.
----------------
The comment is flipped, no?

http://reviews.llvm.org/D9207

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list