diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-10-20 01:36:56 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-10-20 01:36:56 +0000 |
commit | 3e26c3c7d4c652811ab1ec5bd0f2a749c372709b (patch) | |
tree | 936a32616bc6f217831e001e4644ba95092107c0 /lib/Analysis/CMakeLists.txt | |
parent | 238777eb58010dd23d83c6225ed71bfc9bcb0331 (diff) |
Fix CMake build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116903 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/CMakeLists.txt')
-rw-r--r-- | lib/Analysis/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Analysis/CMakeLists.txt b/lib/Analysis/CMakeLists.txt index 947fcc4460..5294550514 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 |