Files
clang-p2996/llvm/test/Transforms/CodeGenPrepare/AArch64/lit.local.cfg
Tim Northover e2239ff3eb CodeGenPrep: fall back to MVT::Other if instruction's type isn't an EVT.
The test being performed is just an approximation anyway, so it really
shouldn't crash when things don't go entirely as expected.

Should fix PR20474.

llvm-svn: 214177
2014-07-29 10:20:22 +00:00

4 lines
72 B
INI

if not 'AArch64' in config.root.targets:
config.unsupported = True