summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2013-03-25 14:12:21 +0000
committerDuncan Sands <baldrick@free.fr>2013-03-25 14:12:21 +0000
commitd58611a4cd177a67a536a33a00beed7a81459a67 (patch)
tree0cac542b640b5370aa3d174218f39ccabfe92920 /llvm/lib/CodeGen
parent961b636cf142d4b3a1a2ff1e658619181d000870 (diff)
downloadbcm5719-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.txt1
-rw-r--r--llvm/lib/CodeGen/CMakeLists.txt1
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
OpenPOWER on IntegriCloud