From 12a9dbd322a63f84c7ae141690e909e357ac72fb Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Thu, 18 Sep 2014 00:39:20 +0000 Subject: [PATCH] Add file to CMake build as well. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218005 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Analysis/CMakeLists.txt b/lib/Analysis/CMakeLists.txt index 6dbd486ba7b..4e9664f8093 100644 --- a/lib/Analysis/CMakeLists.txt +++ b/lib/Analysis/CMakeLists.txt @@ -22,6 +22,7 @@ add_llvm_library(LLVMAnalysis DependenceAnalysis.cpp DomPrinter.cpp DominanceFrontier.cpp + FunctionTargetTransformInfo.cpp IVUsers.cpp InstCount.cpp InstructionSimplify.cpp