diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-06-18 23:41:35 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-06-18 23:41:35 +0000 |
| commit | a93ca92379129e87e0130609ac78422fcf6dd21e (patch) | |
| tree | 6ef33f510f42c2929afc99804f0195ebd521de2f /lib/Target/X86/X86TargetAsmInfo.cpp | |
| parent | 7e816dc175477479748048bf2f40da7f54e07888 (diff) | |
| download | external_llvm-a93ca92379129e87e0130609ac78422fcf6dd21e.zip external_llvm-a93ca92379129e87e0130609ac78422fcf6dd21e.tar.gz external_llvm-a93ca92379129e87e0130609ac78422fcf6dd21e.tar.bz2 | |
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
Diffstat (limited to 'lib/Target/X86/X86TargetAsmInfo.cpp')
| -rw-r--r-- | lib/Target/X86/X86TargetAsmInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/X86/X86TargetAsmInfo.cpp b/lib/Target/X86/X86TargetAsmInfo.cpp index 64e8347..e0d0e00 100644 --- a/lib/Target/X86/X86TargetAsmInfo.cpp +++ b/lib/Target/X86/X86TargetAsmInfo.cpp @@ -86,6 +86,7 @@ X86DarwinTargetAsmInfo::X86DarwinTargetAsmInfo(const X86TargetMachine &TM): PersonalitySuffix = "$non_lazy_ptr"; } NeedsIndirectEncoding = true; + AllowQuotesInName = true; InlineAsmStart = "## InlineAsm Start"; InlineAsmEnd = "## InlineAsm End"; CommentString = "##"; |
