Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Testing] Fix tests that break with read-only checkouts | David Zarzycki | 2019-08-01 | 1 | -1/+1 |
| | | | | | | Found with `mount --bind -o ro ...` on Linux. llvm-svn: 367519 | ||||
* | Try to organize MachineVerifier tests | Matt Arsenault | 2019-02-15 | 1 | -0/+25 |
The Verifier is separate from the MachineVerifier, so move it to a different directory. Some other verifier tests were scattered in target codegen tests as well (although I'm sure I missed some). Work towards using a more consistent naming scheme to make it clearer where the gaps still are for generic instructions. llvm-svn: 354138 |