[PATCH] D73800: [gn build] add asan runtime on linux and mac

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 31 12:44:41 PST 2020


thakis created this revision.
thakis added a reviewer: pcc.
Herald added a subscriber: jfb.
Herald added a project: LLVM.

This produces a seemingly-working dynamic (x64-only) asan dylib on macOS and static libraries on Linux.

I've had this sitting in a branch for a long time and wanted to get check-asan working before landing it, but smaller patches and fewer local branches is probably better.


https://reviews.llvm.org/D73800

Files:
  llvm/utils/gn/secondary/compiler-rt/lib/BUILD.gn
  llvm/utils/gn/secondary/compiler-rt/lib/asan/BUILD.gn
  llvm/utils/gn/secondary/compiler-rt/lib/lsan/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73800.241794.patch
Type: text/x-patch
Size: 7614 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200131/225923e5/attachment.bin>


More information about the llvm-commits mailing list