Skip to content

Target: explicitly convert StringRef to std::string #1677

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

Closed

Conversation

compnerd
Copy link
Member

This has changed in upstream LLVM and StringRef is no longer
implicitly convertible to std::string. Adjust the invocation to allow
the rebranched lldb to build.

This has changed in upstream LLVM and `StringRef` is no longer
implicitly convertible to `std::string`.  Adjust the invocation to allow
the rebranched lldb to build.
@compnerd
Copy link
Member Author

@compnerd
Copy link
Member Author

@swift-ci please test

@compnerd
Copy link
Member Author

@swift-ci please test macOS platform

@adrian-prantl
Copy link

LGTM — don't forget to cherry-pick to master-next!

@compnerd compnerd force-pushed the explicit-conversion branch 2 times, most recently from 6ddd0ee to 54722a7 Compare August 18, 2020 23:02
@compnerd
Copy link
Member Author

Ugh, pushed to the wrong branch. Thanks for the reminder though @adrian-prantl!

@vedantk
Copy link

vedantk commented Aug 19, 2020

We raced on this one. PRs in flight for master and master-rebranch:
#1681
#1682

edit: Forget that bit about master-next. I'm fine with either (force?)-merging this or #1682.

@compnerd
Copy link
Member Author

Seems that Mishal merged #1682 already. Would you mind just making sure that master-next is in sync with master-rebranch @vedantk?

@vedantk
Copy link

vedantk commented Aug 19, 2020

@compnerd done!

@compnerd
Copy link
Member Author

Excellent!

@compnerd compnerd closed this Aug 19, 2020
@compnerd compnerd deleted the explicit-conversion branch August 19, 2020 01:04
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