forked from OSchip/llvm-project
Mark test as unsupported until r315808 is fixed
This is causing: http://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-incremental/43381 llvm-svn: 315829
This commit is contained in:
parent
dfb443e88c
commit
b37d05c9c1
|
@ -1,4 +1,5 @@
|
|||
// REQUIRES: amdgpu-registered-target
|
||||
// UNSUPPORTED: system-darwin
|
||||
// RUN: not %clang_cc1 -emit-codegen-only -triple=amdgcn-- %s 2>&1 | FileCheck %s
|
||||
|
||||
// CHECK: error: local memory limit exceeded (480000) in use_huge_lds
|
||||
|
|
Loading…
Reference in New Issue