[compiler-rt] [compiler-rt][nsan] Add support for nan detection (PR #101531)

Alexander Shaposhnikov via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 6 11:28:05 PDT 2024


================
@@ -0,0 +1,19 @@
+// RUN: %clangxx_nsan -O0 -g %s -o %t
+// RUN: NSAN_OPTIONS=check_nan=true %run %t 2>&1 | FileCheck %s
----------------
alexander-shaposhnikov wrote:

Could you please also test halt_on_error=0 / halt_on_error=1 here ? (similarly to the other test)

https://github.com/llvm/llvm-project/pull/101531


More information about the llvm-commits mailing list