]> granicus.if.org Git - clang/commitdiff
Frontend: Try to fix cmake builders after r219647
authorJustin Bogner <mail@justinbogner.com>
Tue, 14 Oct 2014 00:51:18 +0000 (00:51 +0000)
committerJustin Bogner <mail@justinbogner.com>
Tue, 14 Oct 2014 00:51:18 +0000 (00:51 +0000)
Looks like I missed a dependency here.

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

lib/Frontend/CMakeLists.txt

index cca0b5163b1825f02f4a8c4e6065e8608e85f7fd..228bd8915c5c4eda4229be6cdba629cf265372f3 100644 (file)
@@ -1,6 +1,7 @@
 add_subdirectory(Rewrite)
 
 set(LLVM_LINK_COMPONENTS
+  BitReader
   Option
   Support
   )