llvm-project
4748b494
- [libc++] Mark a few functions in the dylib as noexcept (#94098)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[libc++] Mark a few functions in the dylib as noexcept (#94098) This avoids generating landing pads in some of the `atomic` functions that will never be used, since these functions never throw exceptions.
References
#94098 - [libc++] Mark a few functions in the dylib as noexcept
Author
philnik777
Parents
7e5bc715
Loading