summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachOWriter.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-16 21:08:46 +0000
committerChris Lattner <sabre@nondot.org>2010-01-16 21:08:46 +0000
commit1376b02a1779eef5c437d81bba44e805231a0efc (patch)
tree287538b9938e4d62b4d56c6f3251667ceffd2305 /llvm/lib/CodeGen/MachOWriter.cpp
parent46d3a102dad30ad95bc0bc22499a3b135e155b51 (diff)
downloadbcm5719-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.cpp6
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);
OpenPOWER on IntegriCloud