summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/ms-annotation.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/ms-annotation.c')
-rw-r--r--clang/test/CodeGen/ms-annotation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/ms-annotation.c b/clang/test/CodeGen/ms-annotation.c
index 6f4a20c7b15..8ad48366bfd 100644
--- a/clang/test/CodeGen/ms-annotation.c
+++ b/clang/test/CodeGen/ms-annotation.c
@@ -11,7 +11,7 @@ void test1(void) {
__annotation(L"unicode: \u0ca0_\u0ca0");
}
-// CHECK-LABEL: define void @test1()
+// CHECK-LABEL: define dso_local void @test1()
// CHECK: call void @llvm.codeview.annotation(metadata ![[A1:[0-9]+]])
// CHECK: call void @llvm.codeview.annotation(metadata ![[A2:[0-9]+]])
// CHECK: call void @llvm.codeview.annotation(metadata ![[A3:[0-9]+]])
OpenPOWER on IntegriCloud