Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvm/test/CodeGen/ARM/rem_crash.ll: Avoid unsupported targets to specify ↵ | NAKAMURA Takumi | 2016-03-03 | 1 | -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-specific | Renato Golin | 2016-03-03 | 1 | -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 |