[all-commits] [llvm/llvm-project] 9a88ed: [TYSan][CMake] CMake build fixes (#121224)
Petr Hosek via All-commits
all-commits at lists.llvm.org
Mon Dec 30 11:52:05 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9a88edeb49b3edefbb9933fa5b71d7d421fc99bd
https://github.com/llvm/llvm-project/commit/9a88edeb49b3edefbb9933fa5b71d7d421fc99bd
Author: Petr Hosek <phosek at google.com>
Date: 2024-12-30 (Mon, 30 Dec 2024)
Changed paths:
M compiler-rt/lib/tysan/CMakeLists.txt
Log Message:
-----------
[TYSan][CMake] CMake build fixes (#121224)
TYSan CMake build follows patterns used by other sanitizers, but there's
also a number of issues, like referring to undefined variables, which
breaks the build in some cases (such as cross-compiling). This change
addresses the issues.
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