From ba90c4bfc8c16d9b7c2df67f11e46c72bf58e547 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 7 Jun 2017 04:48:49 +0000 Subject: [PATCH] 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 --- lib/AST/CMakeLists.txt | 1 + lib/Driver/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) 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 ) -- 2.40.0