diff options
Diffstat (limited to 'clang/test/CodeGenCXX/microsoft-abi-eh-inlineasm.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/microsoft-abi-eh-inlineasm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/microsoft-abi-eh-inlineasm.cpp b/clang/test/CodeGenCXX/microsoft-abi-eh-inlineasm.cpp index 9d9bff75fd6..4179508a8da 100644 --- a/clang/test/CodeGenCXX/microsoft-abi-eh-inlineasm.cpp +++ b/clang/test/CodeGenCXX/microsoft-abi-eh-inlineasm.cpp @@ -12,7 +12,7 @@ extern "C" void foo() { } } -// CHECK-LABEL: define void @foo() +// CHECK-LABEL: define dso_local void @foo() // CHECK: invoke void @might_throw() // CHECK: %[[CATCHPAD:[^ ]*]] = catchpad within // CHECK: call void asm sideeffect "nop", {{.*}} [ "funclet"(token %[[CATCHPAD]]) ] |