From 3e26c3c7d4c652811ab1ec5bd0f2a749c372709b Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Wed, 20 Oct 2010 01:36:56 +0000 Subject: [PATCH] Fix CMake build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116903 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 947fcc4460d..5294550514a 100644 --- a/lib/Analysis/CMakeLists.txt +++ b/lib/Analysis/CMakeLists.txt @@ -31,6 +31,7 @@ add_llvm_library(LLVMAnalysis MemoryBuiltins.cpp MemoryDependenceAnalysis.cpp ModuleDebugInfoPrinter.cpp + NoAliasAnalysis.cpp PHITransAddr.cpp PostDominators.cpp ProfileEstimatorPass.cpp -- 2.34.1