History log of /llvm-project/compiler-rt/lib/nsan/tests/NSanUnitTest.cpp (Results 1 – 2 of 2)
Revision Date Author Comments
# ef83c25b 20-Jun-2024 Fangrui Song <i@maskray.me>

[nsan] Fix style issue

The initial check-in of compiler-rt/lib/nsan #94322 has a lot of style
issues. Fix them before the history becomes more useful.

Pull Request: https://github.com/llvm/llvm-pro

[nsan] Fix style issue

The initial check-in of compiler-rt/lib/nsan #94322 has a lot of style
issues. Fix them before the history becomes more useful.

Pull Request: https://github.com/llvm/llvm-project/pull/96142

show more ...


# cae6d458 19-Jun-2024 Alexander Shaposhnikov <6532716+alexander-shaposhnikov@users.noreply.github.com>

[CompilerRT] Add support for numerical sanitizer (#94322)

This diff contains the compiler-rt changes / preparations for nsan.

Test plan:

1. cd build/runtimes/runtimes-bins && ninja check-nsan

[CompilerRT] Add support for numerical sanitizer (#94322)

This diff contains the compiler-rt changes / preparations for nsan.

Test plan:

1. cd build/runtimes/runtimes-bins && ninja check-nsan
2. ninja check-all

show more ...