AMDGPU: Add lit.local.cfg to disable global-isel tests when global-isel is disabled
authorTom Stellard <tstellar@redhat.com>
Fri, 12 May 2017 17:59:30 +0000 (17:59 +0000)
committerTom Stellard <tstellar@redhat.com>
Fri, 12 May 2017 17:59:30 +0000 (17:59 +0000)
This should fix bots broken by r302919.

llvm-svn: 302928

llvm/test/CodeGen/AMDGPU/GlobalISel/lit.local.cfg [new file with mode: 0644]

diff --git a/llvm/test/CodeGen/AMDGPU/GlobalISel/lit.local.cfg b/llvm/test/CodeGen/AMDGPU/GlobalISel/lit.local.cfg
new file mode 100644 (file)
index 0000000..e99d1bb
--- /dev/null
@@ -0,0 +1,2 @@
+if not 'global-isel' in config.root.available_features:
+    config.unsupported = True