If a target uses a GOT, put it in the jt data section, not the text
authorChris Lattner <sabre@nondot.org>
Fri, 6 Oct 2006 22:50:56 +0000 (22:50 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 6 Oct 2006 22:50:56 +0000 (22:50 +0000)
commit0336fdba858830d515bf53ac29b8e5ff24dfa823
tree3cea70845d2a28d92ecc339fcf5a71a445de55c5
parent111c2fa2a07d5b8518254530da51ca6dd28818d9
If a target uses a GOT, put it in the jt data section, not the text
section.  This will fix alpha when Andrew implements
AlphaTargetMachine::getTargetLowering().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30779 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter.cpp