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 | 48b4568718864ad87910f294c9282ee4c6fc3406 (patch) | |
| tree | 5ee5a44e496c87aaa5ea52fd2bdef871ace04065 | |
| parent | 87074f19e84b05fc583e3d3aba49dea113b68f79 (diff) | |
| download | bcm5719-llvm-48b4568718864ad87910f294c9282ee4c6fc3406.tar.gz bcm5719-llvm-48b4568718864ad87910f294c9282ee4c6fc3406.zip | |
Fix CMake build
llvm-svn: 116903
| -rw-r--r-- | llvm/lib/Analysis/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Analysis/CMakeLists.txt b/llvm/lib/Analysis/CMakeLists.txt index 947fcc4460d..5294550514a 100644 --- a/llvm/lib/Analysis/CMakeLists.txt +++ b/llvm/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 |

