[all-commits] [llvm/llvm-project] 4aae53: [llvm][CMake] Respect LIBCXX_HARDENING_MODE on com...
Will Hawkins via All-commits
all-commits at lists.llvm.org
Fri Oct 20 23:13:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4aae5387a874a55ee491f5dc23ce0506c5cdc678
https://github.com/llvm/llvm-project/commit/4aae5387a874a55ee491f5dc23ce0506c5cdc678
Author: Will Hawkins <hawkinsw at obs.cr>
Date: 2023-10-20 (Fri, 20 Oct 2023)
Changed paths:
M llvm/cmake/modules/HandleLLVMOptions.cmake
Log Message:
-----------
[llvm][CMake] Respect LIBCXX_HARDENING_MODE on command-line (#68541)
When the user specifies `LIBCXX_HARDENING_MODE` on the command line in a
bootstrapping build, it should override the setting implied by
`LLVM_ENABLE_ASSERTIONS`.
More information about the All-commits
mailing list