diff options
author | Duncan Sands <baldrick@free.fr> | 2013-03-25 14:12:21 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2013-03-25 14:12:21 +0000 |
commit | d58611a4cd177a67a536a33a00beed7a81459a67 (patch) | |
tree | 0cac542b640b5370aa3d174218f39ccabfe92920 /llvm/lib/CodeGen | |
parent | 961b636cf142d4b3a1a2ff1e658619181d000870 (diff) | |
download | bcm5719-llvm-d58611a4cd177a67a536a33a00beed7a81459a67.tar.gz bcm5719-llvm-d58611a4cd177a67a536a33a00beed7a81459a67.zip |
Teach cmake about the new Erlang GC files.
llvm-svn: 177869
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt | 1 | ||||
-rw-r--r-- | llvm/lib/CodeGen/CMakeLists.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt b/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt index 58fe2ed9d35..8d15c069c6f 100644 --- a/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt +++ b/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt @@ -9,6 +9,7 @@ add_llvm_library(LLVMAsmPrinter DwarfCompileUnit.cpp DwarfDebug.cpp DwarfException.cpp + ErlangGCPrinter.cpp OcamlGCPrinter.cpp Win64Exception.cpp ) diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt index ddc7adab498..64bc948fd93 100644 --- a/llvm/lib/CodeGen/CMakeLists.txt +++ b/llvm/lib/CodeGen/CMakeLists.txt @@ -14,6 +14,7 @@ add_llvm_library(LLVMCodeGen DwarfEHPrepare.cpp EarlyIfConversion.cpp EdgeBundles.cpp + ErlangGC.cpp ExecutionDepsFix.cpp ExpandISelPseudos.cpp ExpandPostRAPseudos.cpp |