summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetLoweringObjectFile.cpp
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2015-03-17 20:41:11 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2015-03-17 20:41:11 +0000
commit63b1d999434703e34aba06c2d1d3bf9ef83c4cbe (patch)
tree354afb7d5736c501ad0217ed1a18a77d8624ed97 /llvm/lib/Target/TargetLoweringObjectFile.cpp
parentcced8bee524d13cfedd63a3834490e6f855331a6 (diff)
downloadbcm5719-llvm-63b1d999434703e34aba06c2d1d3bf9ef83c4cbe.tar.gz
bcm5719-llvm-63b1d999434703e34aba06c2d1d3bf9ef83c4cbe.zip
Revert "COFF: Let globals with private linkage reside in their own section"
This reverts commit r232539. This was committed accidently. llvm-svn: 232543
Diffstat (limited to 'llvm/lib/Target/TargetLoweringObjectFile.cpp')
-rw-r--r--llvm/lib/Target/TargetLoweringObjectFile.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/Target/TargetLoweringObjectFile.cpp b/llvm/lib/Target/TargetLoweringObjectFile.cpp
index 75100fb9923..faa6fbe6075 100644
--- a/llvm/lib/Target/TargetLoweringObjectFile.cpp
+++ b/llvm/lib/Target/TargetLoweringObjectFile.cpp
@@ -343,9 +343,3 @@ const MCExpr *TargetLoweringObjectFile::getDebugThreadLocalSymbol(const MCSymbol
// null return could mean 'no location' & we should just do that here.
return MCSymbolRefExpr::Create(Sym, *Ctx);
}
-
-void TargetLoweringObjectFile::getNameWithPrefix(
- SmallVectorImpl<char> &OutName, const GlobalValue *GV,
- bool CannotUsePrivateLabel, Mangler &Mang, const TargetMachine &TM) const {
- Mang.getNameWithPrefix(OutName, GV, CannotUsePrivateLabel);
-}
OpenPOWER on IntegriCloud