summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/rem_crash.ll
Commit message (Collapse)AuthorAgeFilesLines
* llvm/test/CodeGen/ARM/rem_crash.ll: Avoid unsupported targets to specify ↵NAKAMURA Takumi2016-03-031-1/+1
| | | | | | | | | | explicit triple. We will see it for targeting win32; LLVM ERROR: CPU: 'generic' does not support ARM mode execution! llvm-svn: 262668
* Making rem_crash.ll target-specificRenato Golin2016-03-031-0/+257
This test failed in some ARM bots after a divmod change because it was running on a native llc, instead of targeted one. This makes sure the test is target-specific (as intended), and also copies to ARM and AArch64 directories. If it is also supposed to work on other architectures, I'll leave as an exercise to the respective maintainers. llvm-svn: 262620
OpenPOWER on IntegriCloud