zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 06ee65af9ed6aa5ee4d1d7f4fab9d7acecf66e76 (tree)
parent bc6ebc6f2597fda1f98842c6f545751fef2a5334
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Fri, 26 Apr 2024 15:33:29 -0700

libcxx: update to LLVM 18

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.

Diff is too large, output suppressed.