commit | a93ca92379129e87e0130609ac78422fcf6dd21e | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Jun 18 23:41:35 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Jun 18 23:41:35 2009 +0000 |
tree | 6ef33f510f42c2929afc99804f0195ebd521de2f | |
parent | 7e816dc175477479748048bf2f40da7f54e07888 [diff] [blame] |
move mangler quote handling from asm printers to TargetAsmInfo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73738 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/TargetAsmInfo.cpp b/lib/Target/TargetAsmInfo.cpp index 7aac8cc..f995aeb 100644 --- a/lib/Target/TargetAsmInfo.cpp +++ b/lib/Target/TargetAsmInfo.cpp
@@ -58,6 +58,7 @@ InlineAsmEnd = "#NO_APP"; AssemblerDialect = 0; StringConstantPrefix = ".str"; + AllowQuotesInName = false; ZeroDirective = "\t.zero\t"; ZeroDirectiveSuffix = 0; AsciiDirective = "\t.ascii\t";