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
Because of llvm/llvm-project#77883, libc++
headers now #include an __assertion_handler header file that is
either generated by CMake or provided by the vendor. Since we don't use
CMake for libc++, this CL vendors <__assertion_handler> by copying the
file default_assertion_handler.in [0], which is the file that CMake uses
to generate the default version of <__assertion_handler>.
This CL is needed to unblock the libc++ autoroller (since otherwise
libc++ won't compile due to the missing header).
[0]: https://github.com/llvm/llvm-project/blob/main/libcxx/vendor/llvm/default_assertion_handler.in
Bug: 1517992
Change-Id: Ia551bdb706f7e68db914ddf46bf2128cdb1a6284
Fixed: 1517992
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5208502
Reviewed-by: Hans Wennborg <[email protected]>
Commit-Queue: Alan Zhao <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1248897}
NOKEYCHECK=True
GitOrigin-RevId: 0f6a1d2429de239f87ba3f199c14631d754acd1e
0 commit comments