From: Sanjay Patel Date: Tue, 2 Jun 2015 18:02:13 +0000 (+0000) Subject: add missing dependency for CodeGen lib X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af2e57a2a738f6f1d9e0eccf538a70a69febae26;p=clang add missing dependency for CodeGen lib 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 --- diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 18f505d8c5..5a060b3080 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -13,6 +13,7 @@ set(LLVM_LINK_COMPONENTS ProfileData ScalarOpts Support + Target TransformUtils )