summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/pic.ll
Commit message (Collapse)AuthorAgeFilesLines
* Don't print (PLT) on arm.Rafael Espindola2016-06-161-2/+2
| | | | | | | | | The R_ARM_PLT32 relocation is deprecated and is not produced by MC. This means that the code being deleted is dead from the .o point of view and was making the .s more confusing. llvm-svn: 272909
* ARM: Enable machine verifier for a few more tests.Jim Grosbach2013-08-261-1/+1
| | | | | | | | | Now that fast-isel is in better shape, we can enable the machine verifier for these tests, too. rdar://12594152 llvm-svn: 189275
* Fix ARM FastISel PIC function call.Logan Chien2013-08-221-0/+23
The function call to external function should come with PLT relocation type if the PIC relocation model is used. llvm-svn: 189002
OpenPOWER on IntegriCloud