update comment

llvm-svn: 203859
This commit is contained in:
Sebastian Pop 2014-03-13 22:07:17 +00:00
parent d9012ba118
commit ee605bc17c
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,3 @@
# build a monolithic libLLVMPollyLib.$shlibext
# and a thin module LLVMPolly.moduleext that links to that shared library
set(LLVM_NO_RTTI 1)
if (PLUTO_FOUND)
@ -74,6 +71,8 @@ add_polly_library(Polly
${POLLY_PLUTO_FILES}
)
# Build a monolithic Polly.a and a thin module LLVMPolly.moduleext that links to
# that static library.
add_polly_loadable_module(LLVMPolly
Polly.cpp
)