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/PowerPC/PPCTargetAsmInfo.cpp b/lib/Target/PowerPC/PPCTargetAsmInfo.cpp index 8aa4e71..13999c6 100644 --- a/lib/Target/PowerPC/PPCTargetAsmInfo.cpp +++ b/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
@@ -45,6 +45,7 @@ HiddenDirective = "\t.private_extern "; SupportsExceptionHandling = true; NeedsIndirectEncoding = true; + AllowQuotesInName = true; NeedsSet = true; BSSSection = 0;