Teach cmake about the new Erlang GC files.

llvm-svn: 177869
This commit is contained in:
Duncan Sands 2013-03-25 14:12:21 +00:00
parent 961b636cf1
commit d58611a4cd
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ add_llvm_library(LLVMAsmPrinter
DwarfCompileUnit.cpp
DwarfDebug.cpp
DwarfException.cpp
ErlangGCPrinter.cpp
OcamlGCPrinter.cpp
Win64Exception.cpp
)

View File

@ -14,6 +14,7 @@ add_llvm_library(LLVMCodeGen
DwarfEHPrepare.cpp
EarlyIfConversion.cpp
EdgeBundles.cpp
ErlangGC.cpp
ExecutionDepsFix.cpp
ExpandISelPseudos.cpp
ExpandPostRAPseudos.cpp