r304869 - Update libdeps to add BinaryFormat, introduced in r304864.
NAKAMURA Takumi via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 6 21:48:50 PDT 2017
Author: chapuni
Date: Tue Jun 6 23:48:49 2017
New Revision: 304869
URL: http://llvm.org/viewvc/llvm-project?rev=304869&view=rev
Log:
Update libdeps to add BinaryFormat, introduced in r304864.
Modified:
cfe/trunk/lib/AST/CMakeLists.txt
cfe/trunk/lib/Driver/CMakeLists.txt
Modified: cfe/trunk/lib/AST/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/CMakeLists.txt?rev=304869&r1=304868&r2=304869&view=diff
==============================================================================
--- cfe/trunk/lib/AST/CMakeLists.txt (original)
+++ cfe/trunk/lib/AST/CMakeLists.txt Tue Jun 6 23:48:49 2017
@@ -1,4 +1,5 @@
set(LLVM_LINK_COMPONENTS
+ BinaryFormat
Support
)
Modified: cfe/trunk/lib/Driver/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/CMakeLists.txt?rev=304869&r1=304868&r2=304869&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/CMakeLists.txt (original)
+++ cfe/trunk/lib/Driver/CMakeLists.txt Tue Jun 6 23:48:49 2017
@@ -1,4 +1,5 @@
set(LLVM_LINK_COMPONENTS
+ BinaryFormat
Option
Support
)
More information about the cfe-commits
mailing list