[all-commits] [llvm/llvm-project] 5e763d: [gn] Add check-lsan target for Mac
Leonard Grey via All-commits
all-commits at lists.llvm.org
Thu Jul 6 10:03:58 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5e763d35e46ec5ce3b9d506ecf8690d44a98a3d7
https://github.com/llvm/llvm-project/commit/5e763d35e46ec5ce3b9d506ecf8690d44a98a3d7
Author: Leonard Grey <lgrey at chromium.org>
Date: 2023-07-06 (Thu, 06 Jul 2023)
Changed paths:
M llvm/utils/gn/build/toolchain/target_flags.gni
M llvm/utils/gn/secondary/BUILD.gn
A llvm/utils/gn/secondary/compiler-rt/test/lsan/BUILD.gn
Log Message:
-----------
[gn] Add check-lsan target for Mac
Only supports ASAN mode right now. Standalone requires a some more plumbing so it will be a follow-up.
Mac-only but I suspect this will be fine on Linux also since it's based on the check-asan file, will follow up after testing.
Differential Revision: https://reviews.llvm.org/D153651
More information about the All-commits
mailing list