[all-commits] [llvm/llvm-project] c6a198: [CMake][Fuchsia] Use unchecked hardening mode for ...
Petr Hosek via All-commits
all-commits at lists.llvm.org
Mon Nov 6 14:38:06 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c6a198c72ab0bae4bc8c322ce84feb691c190e5d
https://github.com/llvm/llvm-project/commit/c6a198c72ab0bae4bc8c322ce84feb691c190e5d
Author: Petr Hosek <phosek at google.com>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M clang/cmake/caches/Fuchsia-stage2.cmake
M clang/cmake/caches/Fuchsia.cmake
Log Message:
-----------
[CMake][Fuchsia] Use unchecked hardening mode for libc++
We set LLVM_ENABLE_ASSERTIONS in some builds which is now translated
to LIBCXX_HARDENING_MODE=safe, but our codebase is not yet clean and
we're getting assertion failures.
More information about the All-commits
mailing list