]> granicus.if.org Git - clang/commit
[test] Add libLTO as a clang test dependency on Darwin
authorVedant Kumar <vsk@apple.com>
Tue, 30 Aug 2016 19:57:40 +0000 (19:57 +0000)
committerVedant Kumar <vsk@apple.com>
Tue, 30 Aug 2016 19:57:40 +0000 (19:57 +0000)
commit4f545d9d5782e672d3929e0b6f798f7054b3cbbf
treef3717d2ef7e9ab0704f7ea564da26069773b03d2
parenta999e7ab0c29775b1945ed6676021060e4f0bf11
[test] Add libLTO as a clang test dependency on Darwin

Running 'check-clang' on a stock checkout of llvm+clang doesn't work on
Darwin, because test/Driver/darwin-ld-lto.c can't find libLTO.dylib. Add
libLTO as a clang test dependency on Darwin to fix the problem.

Note: We don't have this issue with check-all because libLTO is in the
test-depends target.

Differential Revision: https://reviews.llvm.org/D24042

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