]> granicus.if.org Git - clang/commit
Make check-clang depend on LTO.
authorNico Weber <nicolasweber@gmx.de>
Thu, 3 Dec 2015 15:40:23 +0000 (15:40 +0000)
committerNico Weber <nicolasweber@gmx.de>
Thu, 3 Dec 2015 15:40:23 +0000 (15:40 +0000)
commit0f0725129303f42ba82b4ff6bb4b156430e480a9
treea4cc3a7602cdd7822d0aaa6c0ba853d0bd41d430
parent0d5853e96c98830e02dbdd8b7a1358c8841c20de
Make check-clang depend on LTO.

r249143 added test/Driver/darwin-ld-lto.c which requires libLTO.dylib
to pass, but when running `ninja check-clang` in a fresh build directory
nothing caused libLTO.dylib to be built and the test would fail.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@254612 91177308-0d34-0410-b5e6-96231b3b80d8
test/CMakeLists.txt