File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 247
247
// RUN: -e _ZNSt6vectorIjSaIjEE12emplace_backIJjEEERjDpOT_ \
248
248
// RUN: -e _ZNSt7__cxx119to_stringEi \
249
249
// RUN: -e _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_S9_ \
250
+ // RUN: -e _ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_EOS6_PKS3_ \
251
+ // RUN: -e _ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_EPKS3_OS6_ \
250
252
// RUN: > %t/swiftCore-all.txt
251
253
// RUN: %llvm-nm --defined-only --extern-only --no-weak %platform-dylib-dir/%target-library-name(swiftCore) > %t/swiftCore-no-weak.txt
252
254
// RUN: diff -u %t/swiftCore-all.txt %t/swiftCore-no-weak.txt
492
494
// RUN: -e _ZNSt6vectorImSaImEE12emplace_backIJmEEERmDpOT_ \
493
495
// RUN: -e _ZNSt7__cxx119to_stringEi \
494
496
// RUN: -e _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_S9_ \
497
+ // RUN: -e _ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_EOS6_PKS3_ \
498
+ // RUN: -e _ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_EPKS3_OS6_ \
495
499
// RUN: > %t/swiftRemoteMirror-all.txt
496
500
// RUN: %llvm-nm --defined-only --extern-only --no-weak %platform-dylib-dir/%target-library-name(swiftRemoteMirror) > %t/swiftRemoteMirror-no-weak.txt
497
501
// RUN: diff -u %t/swiftRemoteMirror-all.txt %t/swiftRemoteMirror-no-weak.txt
You can’t perform that action at this time.
0 commit comments