We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1961e1 + dea8e30 commit c915e37Copy full SHA for c915e37
test/stdlib/symbol-visibility-linux.test-sh
@@ -252,6 +252,8 @@
252
// RUN: -e _ZNSt6vectorIjSaIjEE17_M_realloc_insertIJRKjEEEvN9__gnu_cxx17__normal_iteratorIPjS1_EEDpOT_ \
253
// RUN: -e _ZNSsC2EPKcRKSaIcE \
254
// 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_ \
257
// RUN: > %t/swiftCore-all.txt
258
// RUN: %llvm-nm --defined-only --extern-only --no-weak %platform-dylib-dir/%target-library-name(swiftCore) > %t/swiftCore-no-weak.txt
259
// RUN: diff -u %t/swiftCore-all.txt %t/swiftCore-no-weak.txt
0 commit comments