[Fix] Added RuntimeDebugBuilder to the build

llvm-svn: 213962
This commit is contained in:
Johannes Doerfert 2014-07-25 17:49:55 +00:00
parent 7c8ae53506
commit efa8504097
2 changed files with 2 additions and 0 deletions

View 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}

View 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 \