Skip to content

Commit c915e37

Browse files
authored
Merge pull request #71805 from bnbarham/more-cxxlib-symbols
[Test] Add more C++ stdlib symbols on Linux
2 parents d1961e1 + dea8e30 commit c915e37

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)