summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/pr15359.ll
Commit message (Collapse)AuthorAgeFilesLines
* Adding -verify-machineinstrs option to PowerPC testsEhsan Amiri2016-08-031-1/+1
| | | | | | | | | | | Currently we have a number of tests that fail with -verify-machineinstrs. To detect this cases earlier we add the option to the testcases with the exception of tests that will currently fail with this option. PR 27456 keeps track of this failures. No code review, as discussed with Hal Finkel. llvm-svn: 277624
* Replace coff-/elf-dump with llvm-readobjNico Rieck2013-04-121-5/+7
| | | | llvm-svn: 179361
* Fix PR15359.Bill Schmidt2013-02-261-0/+20
The PowerPC TLS relocation types were not previously added to the necessary list in MCELFStreamer::fixSymbolsInTLSFixups(). Now they are! llvm-svn: 176094
OpenPOWER on IntegriCloud