diff options
author | Chris Lattner <sabre@nondot.org> | 2010-01-16 21:08:46 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-01-16 21:08:46 +0000 |
commit | 1376b02a1779eef5c437d81bba44e805231a0efc (patch) | |
tree | 287538b9938e4d62b4d56c6f3251667ceffd2305 /llvm/lib/CodeGen/MachOWriter.cpp | |
parent | 46d3a102dad30ad95bc0bc22499a3b135e155b51 (diff) | |
download | bcm5719-llvm-1376b02a1779eef5c437d81bba44e805231a0efc.tar.gz bcm5719-llvm-1376b02a1779eef5c437d81bba44e805231a0efc.zip |
reapply the mangler gutting patch.
llvm-svn: 93656
Diffstat (limited to 'llvm/lib/CodeGen/MachOWriter.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachOWriter.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/CodeGen/MachOWriter.cpp b/llvm/lib/CodeGen/MachOWriter.cpp index cab71cea0d5..23e5c4bd26c 100644 --- a/llvm/lib/CodeGen/MachOWriter.cpp +++ b/llvm/lib/CodeGen/MachOWriter.cpp @@ -72,12 +72,6 @@ bool MachOWriter::doInitialization(Module &M) { Mang = new Mangler(M, MAI->getGlobalPrefix(), MAI->getPrivateGlobalPrefix(), MAI->getLinkerPrivateGlobalPrefix()); - if (MAI->doesAllowQuotesInName()) - Mang->setUseQuotes(true); - - if (MAI->doesAllowNameToStartWithDigit()) - Mang->setSymbolsCanStartWithDigit(true); - // Initialize TargetLoweringObjectFile. TM.getTargetLowering()->getObjFileLowering().Initialize(OutContext, TM); |