]> granicus.if.org Git - clang/commitdiff
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.

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

lib/CodeGen/CMakeLists.txt

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