diff options
-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 |