From 21141d7a9c37de439101925b3068ee9900bc4e27 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. llvm-svn: 238855 --- clang/lib/CodeGen/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/lib/CodeGen/CMakeLists.txt b/clang/lib/CodeGen/CMakeLists.txt index 18f505d..5a060b3 100644 --- a/clang/lib/CodeGen/CMakeLists.txt +++ b/clang/lib/CodeGen/CMakeLists.txt @@ -13,6 +13,7 @@ set(LLVM_LINK_COMPONENTS ProfileData ScalarOpts Support + Target TransformUtils ) -- 2.7.4