diff options
author | Lang Hames <lhames@gmail.com> | 2015-01-09 18:55:42 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2015-01-09 18:55:42 +0000 |
commit | 1e923ec1225be4d1c48db75ef8c84866abef75ba (patch) | |
tree | 95f2ff912b1233641708a503d5f7e3482d1b90d2 /llvm/lib/Target/TargetLoweringObjectFile.cpp | |
parent | d527199c378995a3f9d1fdfc45689a77999e53e4 (diff) | |
download | bcm5719-llvm-1e923ec1225be4d1c48db75ef8c84866abef75ba.tar.gz bcm5719-llvm-1e923ec1225be4d1c48db75ef8c84866abef75ba.zip |
Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revision
introduced.
A test case for the bug was already committed in r225385.
Patch by Rafael Espindola.
llvm-svn: 225534
Diffstat (limited to 'llvm/lib/Target/TargetLoweringObjectFile.cpp')
-rw-r--r-- | llvm/lib/Target/TargetLoweringObjectFile.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/Target/TargetLoweringObjectFile.cpp b/llvm/lib/Target/TargetLoweringObjectFile.cpp index 01139fb20cf..f34347382df 100644 --- a/llvm/lib/Target/TargetLoweringObjectFile.cpp +++ b/llvm/lib/Target/TargetLoweringObjectFile.cpp @@ -270,12 +270,6 @@ 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. |