aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/ms-thread_local.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCXX/ms-thread_local.cpp')
-rw-r--r--test/CodeGenCXX/ms-thread_local.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/CodeGenCXX/ms-thread_local.cpp b/test/CodeGenCXX/ms-thread_local.cpp
index 5183ab5c32e1..dc7958d6eacf 100644
--- a/test/CodeGenCXX/ms-thread_local.cpp
+++ b/test/CodeGenCXX/ms-thread_local.cpp
@@ -27,7 +27,5 @@ A f() {
return c;
}
-// CHECK: !llvm.module.flags = !{{{.*}}}
-// CHECK: !{{[0-9]+}} = !{i32 6, !"Linker Options", ![[link_opts:[0-9]+]]}
-// CHECK: ![[link_opts]] = !{![[dyn_tls_init:[0-9]+]]}
+// CHECK: !llvm.linker.options = !{![[dyn_tls_init:[0-9]+]]}
// CHECK: ![[dyn_tls_init]] = !{!"/include:___dyn_tls_init@12"}