소스 검색

Fix one last test on a windows host.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@325942 91177308-0d34-0410-b5e6-96231b3b80d8
Rafael Espindola 7 년 전
부모
커밋
8f946887ef
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/CodeGenCUDA/filter-decl.cu

+ 1 - 1
test/CodeGenCUDA/filter-decl.cu

@@ -21,7 +21,7 @@ __device__ char devicedata[256];
 // CHECK-DEVICE: shareddata = global
 // CHECK-DEVICE: shareddata = global
 __shared__ char shareddata[256];
 __shared__ char shareddata[256];
 
 
-// CHECK-HOST: hostdata = global
+// CHECK-HOST: hostdata = {{(dso_local )?}}global
 // CHECK-DEVICE-NOT: hostdata = global
 // CHECK-DEVICE-NOT: hostdata = global
 char hostdata[256];
 char hostdata[256];