mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 13:30:31 +00:00
a2d352c4c9
There is no sensible recovery possible from non-void functions that fail to return a value, or from `__builtin_unreachable()` being reached, all bets are off once they happened. This is why LLVM's libsanitizer treats these as always fatal, even if all other UBSan checks are made recoverable with `-fsanitize-recover`. The codegen already assumes that these handlers will not return. |
||
---|---|---|
.. | ||
Applets | ||
Applications | ||
BuggieBox | ||
Demos | ||
DevTools | ||
DynamicLoader | ||
Games | ||
Libraries | ||
Services | ||
Shell | ||
Utilities | ||
CMakeLists.txt |