[Fix] Added RuntimeDebugBuilder to the build
authorJohannes Doerfert <jdoerfert@codeaurora.org>
Fri, 25 Jul 2014 17:49:55 +0000 (17:49 +0000)
committerJohannes Doerfert <jdoerfert@codeaurora.org>
Fri, 25 Jul 2014 17:49:55 +0000 (17:49 +0000)
llvm-svn: 213962

polly/lib/CMakeLists.txt
polly/lib/Makefile

index ace15d7..9e03251 100644 (file)
@@ -47,6 +47,7 @@ add_polly_library(Polly
   CodeGen/LoopGenerators.cpp
   CodeGen/IRBuilder.cpp
   CodeGen/Utils.cpp
+  CodeGen/RuntimeDebugBuilder.cpp
   ${GPGPU_CODEGEN_FILES}
   Exchange/JSONExporter.cpp
   ${POLLY_SCOPLIB_FILES}
index 20e544f..13223d0 100644 (file)
@@ -61,6 +61,7 @@ SOURCES= Polly.cpp \
         CodeGen/LoopGenerators.cpp \
         CodeGen/IRBuilder.cpp \
         CodeGen/Utils.cpp \
+        CodeGen/RuntimeDebugBuilder.cpp \
         Exchange/JSONExporter.cpp \
         Transform/Canonicalization.cpp \
         Transform/CodePreparation.cpp \