Add file to CMake build as well.
authorEric Christopher <echristo@gmail.com>
Thu, 18 Sep 2014 00:39:20 +0000 (00:39 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 18 Sep 2014 00:39:20 +0000 (00:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218005 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/CMakeLists.txt

index 6dbd486ba7bb5afe656de2eff2d97989a409687c..4e9664f809322775f2beb6ca223d7024e64ed22e 100644 (file)
@@ -22,6 +22,7 @@ add_llvm_library(LLVMAnalysis
   DependenceAnalysis.cpp
   DomPrinter.cpp
   DominanceFrontier.cpp
+  FunctionTargetTransformInfo.cpp
   IVUsers.cpp
   InstCount.cpp
   InstructionSimplify.cpp