add missing dependency for CodeGen lib
authorSanjay Patel <spatel@rotateright.com>
Tue, 2 Jun 2015 18:02:13 +0000 (18:02 +0000)
committerSanjay Patel <spatel@rotateright.com>
Tue, 2 Jun 2015 18:02:13 +0000 (18:02 +0000)
This looks to be exposed on some bots by r238851.

llvm-svn: 238855

clang/lib/CodeGen/CMakeLists.txt

index 18f505d..5a060b3 100644 (file)
@@ -13,6 +13,7 @@ set(LLVM_LINK_COMPONENTS
   ProfileData
   ScalarOpts
   Support
+  Target
   TransformUtils
   )