summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCUDA
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2018-02-23 19:36:20 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2018-02-23 19:36:20 +0000
commit8f946887ef55b51b09241e52d5cf4359673d084b (patch)
treefbdab013eb55ca38e443ef208046c7a764a8eca9 /test/CodeGenCUDA
parent0e355701be41ad5bc6f83313a7f1ced24336c42d (diff)
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
Diffstat (limited to 'test/CodeGenCUDA')
-rw-r--r--test/CodeGenCUDA/filter-decl.cu2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCUDA/filter-decl.cu b/test/CodeGenCUDA/filter-decl.cu
index bc744a07a3..5bd9ca4cf5 100644
--- a/test/CodeGenCUDA/filter-decl.cu
+++ b/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];