You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
llvm/llvm-project#66576 makes std::string's ctor
constexpr if it's short enough to fit in the short-string optimization.
This allows the compiler to realize that these are unused. Deleting them
is necessary to be able to update libc++.
(Relying on std::string's ctor to be constexpr for storage isn't allowed
per standard, see discussion on the pull request above.)
Bug: none
Change-Id: I860e1c67a7c15342901814dafbab262672c0d45a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4935335
Reviewed-by: Hans Wennborg <[email protected]>
Auto-Submit: Nico Weber <[email protected]>
Commit-Queue: Nico Weber <[email protected]>
Owners-Override: Nico Weber <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1208958}
CrOS-Libchrome-Original-Commit: 879cb86187c04e9e941c03174765e5030a5a9cba
0 commit comments