]> granicus.if.org Git - clang/commitdiff
Update libdeps to add BinaryFormat, introduced in r304864.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 7 Jun 2017 04:48:49 +0000 (04:48 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 7 Jun 2017 04:48:49 +0000 (04:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@304869 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/CMakeLists.txt
lib/Driver/CMakeLists.txt

index 8eed493e621290652152c121536e081b232403d6..ab9b59184294bf5eabe373d46929ae59c418d0cc 100644 (file)
@@ -1,4 +1,5 @@
 set(LLVM_LINK_COMPONENTS
+  BinaryFormat
   Support
   )
 
index 247626d8200eb48f3a22e657e121f7e7035f894a..b639927a95b64dc9551cd950d7452f3368402575 100644 (file)
@@ -1,4 +1,5 @@
 set(LLVM_LINK_COMPONENTS
+  BinaryFormat
   Option
   Support
   )