[compiler-rt] [compiler-rt][nsan] Add support for nan detection (PR #101531)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 7 00:00:02 PDT 2024
================
@@ -47,3 +47,5 @@ NSAN_FLAG(bool, enable_loadtracking_stats, false,
"memory, the number of times nsan resumed from the original value "
"due to invalid or unknown types.")
NSAN_FLAG(bool, print_stats_on_exit, false, "If true, print stats on exit.")
+NSAN_FLAG(bool, check_nan, true,
----------------
cseslowpoke wrote:
Sure, I will change this option.
https://github.com/llvm/llvm-project/pull/101531
More information about the llvm-commits
mailing list