From af2e57a2a738f6f1d9e0eccf538a70a69febae26 Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Tue, 2 Jun 2015 18:02:13 +0000 Subject: [PATCH] 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 --- lib/CodeGen/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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 ) -- 2.50.1