aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/internal-linkage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCXX/internal-linkage.cpp')
-rw-r--r--test/CodeGenCXX/internal-linkage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/internal-linkage.cpp b/test/CodeGenCXX/internal-linkage.cpp
index 77b16704dd17..f3c0ad18459f 100644
--- a/test/CodeGenCXX/internal-linkage.cpp
+++ b/test/CodeGenCXX/internal-linkage.cpp
@@ -51,7 +51,7 @@ extern char const * extern_nonconst_xyzzy;
char const * *test4()
{
- // CHECK: @extern_nonconst_xyzzy = global
+ // CHECK: @extern_nonconst_xyzzy = {{(dso_local )?}}global
return &extern_nonconst_xyzzy;
}