diff options
| author | Tom Stellard <tstellar@redhat.com> | 2017-05-12 17:59:30 +0000 |
|---|---|---|
| committer | Tom Stellard <tstellar@redhat.com> | 2017-05-12 17:59:30 +0000 |
| commit | fab6b1af6e11efbefa40b849925179a1b7c82650 (patch) | |
| tree | fc5ef3d22518add98d01cf1615e658166b85e22d | |
| parent | b146e6182872fa6649aedded82dd19cc04e83dbd (diff) | |
| download | bcm5719-llvm-fab6b1af6e11efbefa40b849925179a1b7c82650.tar.gz bcm5719-llvm-fab6b1af6e11efbefa40b849925179a1b7c82650.zip | |
AMDGPU: Add lit.local.cfg to disable global-isel tests when global-isel is disabled
This should fix bots broken by r302919.
llvm-svn: 302928
| -rw-r--r-- | llvm/test/CodeGen/AMDGPU/GlobalISel/lit.local.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/GlobalISel/lit.local.cfg b/llvm/test/CodeGen/AMDGPU/GlobalISel/lit.local.cfg new file mode 100644 index 00000000000..e99d1bb8446 --- /dev/null +++ b/llvm/test/CodeGen/AMDGPU/GlobalISel/lit.local.cfg @@ -0,0 +1,2 @@ +if not 'global-isel' in config.root.available_features: + config.unsupported = True |

