[all-commits] [llvm/llvm-project] edbd03: [libc] disable asan for LlvmLibcStackChkFail.Smash...
Nick Desaulniers via All-commits
all-commits at lists.llvm.org
Tue Dec 19 12:39:40 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: edbd034248bcec94863199de7c7dcfd3347284a9
https://github.com/llvm/llvm-project/commit/edbd034248bcec94863199de7c7dcfd3347284a9
Author: Nick Desaulniers <nickdesaulniers at users.noreply.github.com>
Date: 2023-12-19 (Tue, 19 Dec 2023)
Changed paths:
M libc/test/src/compiler/stack_chk_guard_test.cpp
Log Message:
-----------
[libc] disable asan for LlvmLibcStackChkFail.Smash (#75966)
Otherwise for ASAN configured runs of the test, the test will fail due
to the
sanitizer rather than via SIGABRT.
More information about the All-commits
mailing list