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
[libc++] Add __assertion_handler as forwarding header
After #131031, Clang modules build
fails in chromium as we use libcxx directory directly like below.
```
stderr:
../../third_party/libc++/src/include/module.modulemap:2325:12: error: header '__assertion_handler' not found
2325 | header "__assertion_handler" // generated via CMake
| ^
1 error generated.
```
To fix this error, I added `__assertion_handler` as a forward header for our usage.
0 commit comments