History log of /llvm-project/compiler-rt/test/nsan/vec_sqrt.cpp (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init, llvmorg-19.1.7, llvmorg-19.1.6, llvmorg-19.1.5, llvmorg-19.1.4, llvmorg-19.1.3, llvmorg-19.1.2, llvmorg-19.1.1, llvmorg-19.1.0, llvmorg-19.1.0-rc4
# f1cf0910 30-Aug-2024 Harini0924 <harinidonthula@google.com>

[compiler-rt][test] Added `env` command to fix NSAN_OPTIONS command not found error (#106676)

Resolved the issue where `'NSAN_OPTIONS=check_nan=true,halt_on_error=0'`
was not recognized as a comman

[compiler-rt][test] Added `env` command to fix NSAN_OPTIONS command not found error (#106676)

Resolved the issue where `'NSAN_OPTIONS=check_nan=true,halt_on_error=0'`
was not recognized as a command. Changed the test command to set the
environment variable correctly using `env`.
fixes: #106598

show more ...


# 51365212 25-Aug-2024 Alexander Shaposhnikov <ashaposhnikov@google.com>

Reapply "[compiler-rt][nsan] Add support for nan detection" (#105909)

This reverts commit 1f89cd4a1970fee65f5ecb189c4d1a0a376d9bb2.


# 283dff45 23-Aug-2024 pokeslow <69726511+cseslowpoke@users.noreply.github.com>

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

Add support for nan detection.
#100305