the apple "ld_classic" linker doesn't support .literal16 in 32-bit
authorChris Lattner <sabre@nondot.org>
Tue, 28 Jul 2009 17:50:28 +0000 (17:50 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 28 Jul 2009 17:50:28 +0000 (17:50 +0000)
commit4bb253c60f895131371aa2ad1bfa5a2bea213f78
tree5a397006142f6cbd094cfcf9a6af277b8e2a140c
parenta02446a9d5cea82553717d20230a46c808893bfc
the apple "ld_classic" linker doesn't support .literal16 in 32-bit
mode, and "ld64" (the default linker) falls back to it in -static
mode.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77334 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetLoweringObjectFile.h
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/TargetLoweringObjectFile.cpp
lib/Target/X86/X86ISelLowering.cpp