Skip to content

Commit dea8e30

Browse files
committed
[Test] Add more C++ stdlib symbols on Linux
Two new symbols: `void std::__detail::__variant::__erased_ctor<std::monostate&, std::monostate&&>(void*, void*)` `void std::__detail::__variant::__erased_assign<std::monostate&, std::monostate&&>(void*, void*)` Likely added from #71627.
1 parent 766e623 commit dea8e30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/stdlib/symbol-visibility-linux.test-sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,8 @@
252252
// RUN: -e _ZNSt6vectorIjSaIjEE17_M_realloc_insertIJRKjEEEvN9__gnu_cxx17__normal_iteratorIPjS1_EEDpOT_ \
253253
// RUN: -e _ZNSsC2EPKcRKSaIcE \
254254
// RUN: -e _ZSt27__throw_bad_optional_accessv \
255+
// RUN: -e _ZNSt8__detail9__variant13__erased_ctorIRSt9monostateOS2_EEvPvS5_ \
256+
// RUN: -e _ZNSt8__detail9__variant15__erased_assignIRSt9monostateOS2_EEvPvS5_ \
255257
// RUN: > %t/swiftCore-all.txt
256258
// RUN: %llvm-nm --defined-only --extern-only --no-weak %platform-dylib-dir/%target-library-name(swiftCore) > %t/swiftCore-no-weak.txt
257259
// RUN: diff -u %t/swiftCore-all.txt %t/swiftCore-no-weak.txt

0 commit comments

Comments
 (0)