diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-10-15 00:39:31 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-10-15 00:39:31 +0000 |
commit | 5259e7e7413d91ee5692652f1d2f7b1404f46dc0 (patch) | |
tree | 34145021b9b8a7d1cd7d80dbeccba3e020a2d83b | |
parent | 827c573881a2728d271f75aaa74054aea6a4a418 (diff) |
Update CMake.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116548 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 1767a7d47b..1a0913580f 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -31,6 +31,7 @@ add_clang_library(clangCodeGen CodeGenAction.cpp CodeGenFunction.cpp CodeGenModule.cpp + CodeGenTBAA.cpp CodeGenTypes.cpp ItaniumCXXABI.cpp Mangle.cpp |