[PATCH] D153651: [gn] Add check-lsan target for Mac
Leonard Grey via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 23 10:58:24 PDT 2023
lgrey created this revision.
lgrey added a reviewer: thakis.
Herald added a subscriber: Enna1.
Herald added a project: All.
lgrey requested review of this revision.
Herald added a project: LLVM.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D153651
Files:
llvm/utils/gn/build/toolchain/target_flags.gni
llvm/utils/gn/secondary/BUILD.gn
llvm/utils/gn/secondary/compiler-rt/test/lsan/BUILD.gn
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153651.534017.patch
Type: text/x-patch
Size: 4495 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230623/4167019e/attachment.bin>
More information about the llvm-commits
mailing list