aboutsummaryrefslogtreecommitdiff
path: root/lib/libcxx/src/support/runtime/stdexcept_default.ipp
AgeCommit message (Collapse)Author
2024-05-08libcxx: update to LLVM 18Andrew Kelley
release/18.x branch, commit 78b99c73ee4b96fe9ce0e294d4632326afb2db42 This adds the flag `-D_LIBCPP_HARDENING_MODE` which is determined based on the Zig optimization mode. This commit also fixes libunwind, libcxx, and libcxxabi to properly report sub compilation errors.
2022-07-01update libcxx to llvm 14.0.6Andrew Kelley
2021-08-16update libcxx, libcxxabi, libunwind, and tsan to llvm 13 rc1Andrew Kelley
2020-03-26add libc++ and libc++abi sourcesAndrew Kelley
upstream: LLVM 10