Skip to content

[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

Merged

Conversation

augusto2112
Copy link

rdar://100284870

@augusto2112
Copy link
Author

@swift-ci test

ifeq "$(SWIFT_CXX_INTEROP)" "1"
CXXFLAGS += -std=c++17
else
CXXFLAGS += -std=c++11

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?

Copy link

@Michael137 Michael137 Mar 8, 2023

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.

@augusto2112 augusto2112 requested a review from kastiglione March 8, 2023 01:11
@augusto2112 augusto2112 force-pushed the test-ivars-and-stl-interop branch from fa83d10 to 7975245 Compare March 8, 2023 01:40
@augusto2112
Copy link
Author

@swift-ci test

@augusto2112 augusto2112 force-pushed the test-ivars-and-stl-interop branch from 7975245 to 9278065 Compare March 8, 2023 19:18
@augusto2112
Copy link
Author

@swift-ci test

@augusto2112 augusto2112 force-pushed the test-ivars-and-stl-interop branch from 9278065 to c1fc782 Compare March 8, 2023 22:14
@augusto2112
Copy link
Author

@swift-ci test

@augusto2112 augusto2112 force-pushed the test-ivars-and-stl-interop branch from c1fc782 to dc33a00 Compare March 8, 2023 22:51
@augusto2112
Copy link
Author

@swift-ci test

@augusto2112 augusto2112 force-pushed the test-ivars-and-stl-interop branch from dc33a00 to c7d8dec Compare March 9, 2023 17:54
@augusto2112
Copy link
Author

@swift-ci test

@augusto2112 augusto2112 force-pushed the test-ivars-and-stl-interop branch from c7d8dec to fd8026d Compare March 9, 2023 21:21
@augusto2112
Copy link
Author

@swift-ci test

@augusto2112 augusto2112 force-pushed the test-ivars-and-stl-interop branch from fd8026d to a5113a5 Compare March 10, 2023 01:43
@augusto2112
Copy link
Author

@swift-ci test

@augusto2112 augusto2112 force-pushed the test-ivars-and-stl-interop branch from a5113a5 to 4ef829e Compare March 10, 2023 02:50
@augusto2112
Copy link
Author

@swift-ci test

@augusto2112 augusto2112 force-pushed the test-ivars-and-stl-interop branch from 4ef829e to cc8fcdc Compare March 10, 2023 17:56
@augusto2112
Copy link
Author

@swift-ci test

@augusto2112 augusto2112 merged commit 7dae980 into swiftlang:stable/20221013 Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants