-
Notifications
You must be signed in to change notification settings - Fork 345
[lldb] Add tests for Swift class with C++ ivars and STL types in Swift #6401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[lldb] Add tests for Swift class with C++ ivars and STL types in Swift #6401
Conversation
@swift-ci test |
ifeq "$(SWIFT_CXX_INTEROP)" "1" | ||
CXXFLAGS += -std=c++17 | ||
else | ||
CXXFLAGS += -std=c++11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Michael137 Could we generally bump this on llvm.org for all tests by default?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Think it could be worthwhile. Easy enough to test whether anything breaks
We'd just have to be careful with the buildbot matrix for older compilers. But I think Clang 7.0 is the oldest version that supports libc++ with -std=c++17
properly, which is also the oldest clang version on the buildbots, so it might be time to make the switch.
.../API/lang/swift/cxx_interop/forward/swift-class-with-cxx-ivars/TestSwiftClassWithCxxIvars.py
Outdated
Show resolved
Hide resolved
lldb/test/API/lang/swift/cxx_interop/forward/test-stl-types/TestSTLTypes.py
Outdated
Show resolved
Hide resolved
fa83d10
to
7975245
Compare
@swift-ci test |
7975245
to
9278065
Compare
@swift-ci test |
9278065
to
c1fc782
Compare
@swift-ci test |
c1fc782
to
dc33a00
Compare
@swift-ci test |
dc33a00
to
c7d8dec
Compare
@swift-ci test |
c7d8dec
to
fd8026d
Compare
@swift-ci test |
fd8026d
to
a5113a5
Compare
@swift-ci test |
a5113a5
to
4ef829e
Compare
@swift-ci test |
4ef829e
to
cc8fcdc
Compare
@swift-ci test |
rdar://100284870