Move generic MIR tests in their own subdir, requires "native" as well

These tests rely on the native backend to be built-in.

From: Mehdi Amini <mehdi.amini@apple.com>
llvm-svn: 243959
This commit is contained in:
Mehdi Amini 2015-08-04 06:32:45 +00:00
parent fc6b6983ac
commit 63c3989f6a
21 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
if 'native' not in config.available_features:
config.unsupported = True