File tree 2 files changed +3
-11
lines changed
test/Interop/Cxx/value-witness-table
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
6
2
7
3
import CustomDestructor
8
4
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)
7
3
//
8
4
// REQUIRES: executable_test
9
5
You can’t perform that action at this time.
0 commit comments