From e080b038bfafaf9ea5d2a9a326be8de066bee10a Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Fri, 5 Mar 2010 22:34:16 +0000 Subject: [PATCH] Update CMake build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97846 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Utils/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Transforms/Utils/CMakeLists.txt b/lib/Transforms/Utils/CMakeLists.txt index 93577b47ff8..dec227acafd 100644 --- a/lib/Transforms/Utils/CMakeLists.txt +++ b/lib/Transforms/Utils/CMakeLists.txt @@ -3,6 +3,7 @@ add_llvm_library(LLVMTransformUtils BasicBlockUtils.cpp BasicInliner.cpp BreakCriticalEdges.cpp + BuildLibCalls.cpp CloneFunction.cpp CloneLoop.cpp CloneModule.cpp -- 2.34.1