diff options
| author | Zequan Wu <zequanwu@google.com> | 2025-11-21 17:14:34 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-21 17:14:34 -0800 |
| commit | 54a4da9df6906b63878ad6d0ea6da3ed7d2d8432 (patch) | |
| tree | 26d9fa3d54fbec6de66f26ee732881245563f336 /clang/test/CodeGenCXX/microsoft-abi-extern-template.cpp | |
| parent | 58e2dde45f775328b71b532e65762a9696ccccbd (diff) | |
Revert "Reland [MS][clang] Add support for vector deleting destructors" (#169116)
This reverts 4d10c1165442cbbbc0017b48fcdd7dae1ccf3678 and its two
dependent commits: e6b9805b574bb5c90263ec7fbcb94df76d2807a4 and
c243406a695ca056a07ef4064b0f9feee7685320, see discussion in
https://github.com/llvm/llvm-project/pull/165598#issuecomment-3563825509.
Diffstat (limited to 'clang/test/CodeGenCXX/microsoft-abi-extern-template.cpp')
| -rw-r--r-- | clang/test/CodeGenCXX/microsoft-abi-extern-template.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/microsoft-abi-extern-template.cpp b/clang/test/CodeGenCXX/microsoft-abi-extern-template.cpp index 67df330bc326..ea12aa64ae30 100644 --- a/clang/test/CodeGenCXX/microsoft-abi-extern-template.cpp +++ b/clang/test/CodeGenCXX/microsoft-abi-extern-template.cpp @@ -4,7 +4,7 @@ // own copy the vftable when emitting the available externally constructor. // CHECK: @"??_7?$Foo@H@@6B@" = linkonce_odr unnamed_addr constant { [1 x ptr] } { [1 x ptr] [ -// CHECK-SAME: ptr @"??_E?$Foo@H@@UEAAPEAXI@Z" +// CHECK-SAME: ptr @"??_G?$Foo@H@@UEAAPEAXI@Z" // CHECK-SAME: ] }, comdat // CHECK-LABEL: define dso_local noundef ptr @"?f@@YAPEAU?$Foo@H@@XZ"() |
