]> granicus.if.org Git - clang/commit
Stop linking sanitized applications with -lutil and -lkvm on NetBSD
authorKamil Rytarowski <n54@gmx.com>
Tue, 20 Feb 2018 16:27:28 +0000 (16:27 +0000)
committerKamil Rytarowski <n54@gmx.com>
Tue, 20 Feb 2018 16:27:28 +0000 (16:27 +0000)
commit9508cba3f86ac7641c6dc44c5a58da52f6154ddc
treeba37624a587e6357a8ad9a9a2268b45103b0ae71
parent21eb8b6347db238d89b9df37eb5f36e6b7542e32
Stop linking sanitized applications with -lutil and -lkvm on NetBSD

The proper approach is to rebuild libutil and libkvm with a desired sanitizer.
An alternative approach to reimplement these functions (and other ones like
curses(3), editline(3) etc) does not scale and enforces linkage every single
binary with these libraries.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@325593 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains/CommonArgs.cpp