[all-commits] [llvm/llvm-project] 133a31: [gn build] add asan runtime on linux and mac
Nico Weber via All-commits
all-commits at lists.llvm.org
Fri Jan 31 18:24:05 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 133a31cef61c0f0711d192fb551ef45c23d674a3
https://github.com/llvm/llvm-project/commit/133a31cef61c0f0711d192fb551ef45c23d674a3
Author: Nico Weber <thakis at chromium.org>
Date: 2020-01-31 (Fri, 31 Jan 2020)
Changed paths:
M llvm/utils/gn/secondary/compiler-rt/lib/BUILD.gn
A llvm/utils/gn/secondary/compiler-rt/lib/asan/BUILD.gn
A llvm/utils/gn/secondary/compiler-rt/lib/lsan/BUILD.gn
Log Message:
-----------
[gn build] add asan runtime on linux and mac
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.
More information about the All-commits
mailing list