File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed
test/Interop/Cxx/value-witness-table Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 1- // With RTTI some of the objects with virtual bases / destructors in this test
2- // will cause linker errors because of undefined vtables.
3- // FIXME: Once we can link with libc++ we can start using RTTI.
4- //
5- // RUN: %target-swift-frontend -enable-experimental-cxx-interop -I %S/Inputs %s -emit-ir -Xcc -fno-rtti | %FileCheck %s
1+ // RUN: %target-swift-frontend -cxx-interoperability-mode=default -I %S/Inputs %s -emit-ir | %FileCheck %s
62
73import CustomDestructor
84
Original file line number Diff line number Diff line change 1- // With RTTI some of the objects with virtual bases / destructors in this test
2- // will cause linker errors because of undefined vtables.
3- // FIXME: Once we can link with libc++ we can start using RTTI.
4- //
5- // RUN: %target-run-simple-swift(-I %S/Inputs -Xfrontend -enable-experimental-cxx-interop -Xcc -fno-rtti)
6- // RUN: %target-run-simple-swift(-I %S/Inputs -Xfrontend -enable-experimental-cxx-interop -Xcc -fno-rtti -O)
1+ // RUN: %target-run-simple-swift(-I %S/Inputs -cxx-interoperability-mode=default)
2+ // RUN: %target-run-simple-swift(-I %S/Inputs -cxx-interoperability-mode=default -O)
73//
84// REQUIRES: executable_test
95
You can’t perform that action at this time.
0 commit comments