mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 10:55:58 +08:00
The hardened mode is intended to only include security-critical, relatively low-overhead checks that are intended to be usable in production. By default, assertions are excluded from this mode. Differential Revision: https://reviews.llvm.org/D155866