From: Rafael Espindola Date: Fri, 23 Feb 2018 19:36:20 +0000 (+0000) Subject: Fix one last test on a windows host. X-Git-Tag: llvmorg-7.0.0-rc1~12131 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f43c2ff84b898442713f031dec6654244984a911;p=platform%2Fupstream%2Fllvm.git Fix one last test on a windows host. llvm-svn: 325942 --- diff --git a/clang/test/CodeGenCUDA/filter-decl.cu b/clang/test/CodeGenCUDA/filter-decl.cu index bc744a0..5bd9ca4 100644 --- a/clang/test/CodeGenCUDA/filter-decl.cu +++ b/clang/test/CodeGenCUDA/filter-decl.cu @@ -21,7 +21,7 @@ __device__ char devicedata[256]; // CHECK-DEVICE: shareddata = global __shared__ char shareddata[256]; -// CHECK-HOST: hostdata = global +// CHECK-HOST: hostdata = {{(dso_local )?}}global // CHECK-DEVICE-NOT: hostdata = global char hostdata[256];