From: NAKAMURA Takumi Date: Wed, 7 Jun 2017 04:48:49 +0000 (+0000) Subject: Update libdeps to add BinaryFormat, introduced in r304864. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba90c4bfc8c16d9b7c2df67f11e46c72bf58e547;p=clang Update libdeps to add BinaryFormat, introduced in r304864. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@304869 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/AST/CMakeLists.txt b/lib/AST/CMakeLists.txt index 8eed493e62..ab9b591842 100644 --- a/lib/AST/CMakeLists.txt +++ b/lib/AST/CMakeLists.txt @@ -1,4 +1,5 @@ set(LLVM_LINK_COMPONENTS + BinaryFormat Support ) diff --git a/lib/Driver/CMakeLists.txt b/lib/Driver/CMakeLists.txt index 247626d820..b639927a95 100644 --- a/lib/Driver/CMakeLists.txt +++ b/lib/Driver/CMakeLists.txt @@ -1,4 +1,5 @@ set(LLVM_LINK_COMPONENTS + BinaryFormat Option Support )