diff options
Diffstat (limited to 'test/CodeGen/ms-annotation.c')
-rw-r--r-- | test/CodeGen/ms-annotation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ms-annotation.c b/test/CodeGen/ms-annotation.c index 6f4a20c7b154f..8ad48366bfdae 100644 --- a/test/CodeGen/ms-annotation.c +++ b/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]+]]) |