It's not legal to output a GV in a coalesced section if it's used in an ARM PIC relat...
authorEvan Cheng <evan.cheng@apple.com>
Fri, 8 Aug 2008 06:56:16 +0000 (06:56 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 8 Aug 2008 06:56:16 +0000 (06:56 +0000)
commit711b6dce246c87b5d830966bed823d0e7aa15300
tree9ecbf910a5d51f5486b38f2db97d122569501a6a
parent15621a2569c3789a00624aaa0d255eaf3f130b63
It's not legal to output a GV in a coalesced section if it's used in an ARM PIC relative constantpool.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54519 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/DarwinTargetAsmInfo.h
include/llvm/Target/ELFTargetAsmInfo.h
include/llvm/Target/TargetAsmInfo.h
lib/Target/ARM/ARMAsmPrinter.cpp
lib/Target/DarwinTargetAsmInfo.cpp
lib/Target/ELFTargetAsmInfo.cpp
lib/Target/Mips/MipsTargetAsmInfo.cpp
lib/Target/Mips/MipsTargetAsmInfo.h
lib/Target/TargetAsmInfo.cpp
test/CodeGen/ARM/2008-08-07-AsmPrintBug.ll [new file with mode: 0644]