[polly] r213962 - [Fix] Added RuntimeDebugBuilder to the build
Johannes Doerfert
jdoerfert at codeaurora.org
Fri Jul 25 10:49:56 PDT 2014
Author: jdoerfert
Date: Fri Jul 25 12:49:55 2014
New Revision: 213962
URL: http://llvm.org/viewvc/llvm-project?rev=213962&view=rev
Log:
[Fix] Added RuntimeDebugBuilder to the build
Modified:
polly/trunk/lib/CMakeLists.txt
polly/trunk/lib/Makefile
Modified: polly/trunk/lib/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/CMakeLists.txt?rev=213962&r1=213961&r2=213962&view=diff
==============================================================================
--- polly/trunk/lib/CMakeLists.txt (original)
+++ polly/trunk/lib/CMakeLists.txt Fri Jul 25 12:49:55 2014
@@ -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}
Modified: polly/trunk/lib/Makefile
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Makefile?rev=213962&r1=213961&r2=213962&view=diff
==============================================================================
--- polly/trunk/lib/Makefile (original)
+++ polly/trunk/lib/Makefile Fri Jul 25 12:49:55 2014
@@ -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 \
More information about the llvm-commits
mailing list