]> granicus.if.org Git - clang/commit
Port r198088 (set NO_DEAD_STRIP for clang) from make to cmake.
authorNico Weber <nicolasweber@gmx.de>
Mon, 30 Dec 2013 03:43:30 +0000 (03:43 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 30 Dec 2013 03:43:30 +0000 (03:43 +0000)
commit9b94cd4020939b7923013f41f90e53a4e355b219
tree571281493d70e941f69d8bf93839118a9be1747e
parent23b03d94011bb382a8a1467855e5c093e3b20d69
Port r198088 (set NO_DEAD_STRIP for clang) from make to cmake.

Also stop setting passing -dead_strip explicitly for libclang and instead
rely on this now happening by default. (And make it happen by default for
add_clang_library, which doesn't use the library cmake functions from llvm.)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198200 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt
tools/driver/CMakeLists.txt
tools/libclang/CMakeLists.txt