Update cmake script

llvm-svn: 72963
This commit is contained in:
Anton Korobeynikov 2009-06-05 22:08:54 +00:00
parent 244360d62b
commit 5bda50f84e
1 changed files with 1 additions and 0 deletions

View File

@ -22,4 +22,5 @@ add_clang_library(clangCodeGen
CodeGenTypes.cpp
Mangle.cpp
ModuleBuilder.cpp
TargetABIInfo.cpp
)