Skip to content

Commit baa1fdf

Browse files
committed
Add cxx119to_string to ignored symbol list
Looks like more fallout from the move to C++17 on Linux. Adding the symbol from the C++ stdlib to the ignore list.
1 parent 2979ed5 commit baa1fdf

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
@@ -243,6 +243,7 @@
243243
// RUN: -e _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EES5_RKS8_ \
244244
// RUN: -e _ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_ERKS6_S8_ \
245245
// RUN: -e _ZNSt6vectorIjSaIjEE12emplace_backIJjEEERjDpOT_ \
246+
// RUN: -e _ZNSt7__cxx119to_stringEi \
246247
// RUN: > %t/swiftCore-all.txt
247248
// RUN: %llvm-nm --defined-only --extern-only --no-weak %platform-dylib-dir/%target-library-name(swiftCore) > %t/swiftCore-no-weak.txt
248249
// RUN: diff -u %t/swiftCore-all.txt %t/swiftCore-no-weak.txt
@@ -484,6 +485,7 @@
484485
// RUN: -e _ZNSt6vectorIjSaIjEE12emplace_backIJjEEERjDpOT_ \
485486
// RUN: -e _ZNSt6vectorImSaImEE12emplace_backIJiEEERmDpOT_ \
486487
// RUN: -e _ZNSt6vectorImSaImEE12emplace_backIJmEEERmDpOT_ \
488+
// RUN: -e _ZNSt7__cxx119to_stringEi \
487489
// RUN: > %t/swiftRemoteMirror-all.txt
488490
// RUN: %llvm-nm --defined-only --extern-only --no-weak %platform-dylib-dir/%target-library-name(swiftRemoteMirror) > %t/swiftRemoteMirror-no-weak.txt
489491
// RUN: diff -u %t/swiftRemoteMirror-all.txt %t/swiftRemoteMirror-no-weak.txt

0 commit comments

Comments
 (0)