summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetLoweringObjectFile.cpp
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2015-01-06 23:04:36 +0000
committerLang Hames <lhames@gmail.com>2015-01-06 23:04:36 +0000
commit66f755f84f4ed145d0daccc4e49338b48a517874 (patch)
treeeed9beb6577413ec17bd71aae05e16e0fc2c77f9 /llvm/lib/Target/TargetLoweringObjectFile.cpp
parentd0101a2dfd8f81f57989743afe812b0b47acab87 (diff)
downloadbcm5719-llvm-66f755f84f4ed145d0daccc4e49338b48a517874.tar.gz
bcm5719-llvm-66f755f84f4ed145d0daccc4e49338b48a517874.zip
Revert r224935 "Refactor duplicated code. No intended functionality change."
This is affecting the behavior of some ObjC++ / AArch64 test cases on Darwin. Reverting to get the bots green while I track down the source of the changed behavior. llvm-svn: 225311
Diffstat (limited to 'llvm/lib/Target/TargetLoweringObjectFile.cpp')
-rw-r--r--llvm/lib/Target/TargetLoweringObjectFile.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/lib/Target/TargetLoweringObjectFile.cpp b/llvm/lib/Target/TargetLoweringObjectFile.cpp
index f34347382df..01139fb20cf 100644
--- a/llvm/lib/Target/TargetLoweringObjectFile.cpp
+++ b/llvm/lib/Target/TargetLoweringObjectFile.cpp
@@ -270,6 +270,12 @@ SectionForGlobal(const GlobalValue *GV, SectionKind Kind, Mangler &Mang,
return SelectSectionForGlobal(GV, Kind, Mang, TM);
}
+bool TargetLoweringObjectFile::isSectionAtomizableBySymbols(
+ const MCSection &Section) const {
+ return false;
+}
+
+
/// getSectionForConstant - Given a mergable constant with the
/// specified size and relocation information, return a section that it
/// should be placed in.
OpenPOWER on IntegriCloud