hanchenye-llvm-project/llvm/test/MC/Disassembler
Reid Kleckner f4ebbc6825 mips: Fix "XPASS" test results by removing 'not' commands
These tests are asserting and crashing for me, and 'not' sees that as a
non-zero exit code instead of a signal code for obscure Windows reasons.
This causes the test to pass, giving me an unclean 'ninja check'.

The test is already XFAILd, so just run the test without 'not' and let
lit handle the failure.

llvm-svn: 226958
2015-01-23 22:55:31 +00:00
..
AArch64
ARM Add support for ARM modified-immediate assembly syntax. 2014-12-02 10:53:20 +00:00
Hexagon [Hexagon] Adding new-value store and bit reverse instructions. 2015-01-15 23:10:29 +00:00
Mips mips: Fix "XPASS" test results by removing 'not' commands 2015-01-23 22:55:31 +00:00
PowerPC [PowerPC] Add assembler support for mcrfs and friends 2015-01-15 01:00:53 +00:00
Sparc
SystemZ
X86 [X86] Convert all the i8imm used by SSE and AVX instructions to u8imm. 2015-01-21 08:15:54 +00:00
XCore