[all-commits] [llvm/llvm-project] b757bc: [compiler-rt][test] Apply CFLAGS from sanitizer_co...
Aaron Puchert via All-commits
all-commits at lists.llvm.org
Mon Aug 4 13:39:29 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b757bc8b13b1088e2f2b1b98aa33ebb16334b59d
https://github.com/llvm/llvm-project/commit/b757bc8b13b1088e2f2b1b98aa33ebb16334b59d
Author: Aaron Puchert <aaron.puchert at sap.com>
Date: 2025-08-04 (Mon, 04 Aug 2025)
Changed paths:
M compiler-rt/cmake/config-ix.cmake
M compiler-rt/test/sanitizer_common/CMakeLists.txt
Log Message:
-----------
[compiler-rt][test] Apply CFLAGS from sanitizer_common to all tests (#120798)
Sanitizer-specific tests don't use the sanitizer_common flags, but the
issues they address probably also apply to the individual sanitizers.
This was observed in #119071: moving a test from sanitizer_common to
msan broke it in builds with CMAKE_SYSROOT set, because the --sysroot
argument was no longer applied to the test.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list