aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-06-05 22:08:54 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-06-05 22:08:54 +0000
commit71248835a65a4346e6ae8bcc9f6c332942244035 (patch)
treeff59252202c4e1fbae6c4888abe4ad7f8da333b6 /lib/CodeGen
parentc4a59eb306efeb4bffa3cefecd1e6392fc5c4144 (diff)
Update cmake script
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72963 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt
index 668ac80c7f..c206a3bdd2 100644
--- a/lib/CodeGen/CMakeLists.txt
+++ b/lib/CodeGen/CMakeLists.txt
@@ -22,4 +22,5 @@ add_clang_library(clangCodeGen
CodeGenTypes.cpp
Mangle.cpp
ModuleBuilder.cpp
+ TargetABIInfo.cpp
)