diff options
author | Sebastian Pop <spop@codeaurora.org> | 2014-03-13 22:07:17 +0000 |
---|---|---|
committer | Sebastian Pop <spop@codeaurora.org> | 2014-03-13 22:07:17 +0000 |
commit | ee605bc17ce6cc340c5fff91c1c05eebcb252ede (patch) | |
tree | 71b25799f2c121e8fdf1a496c09cc6950740d7c0 | |
parent | d9012ba11852c19e2b3a7df8740320d9d4da3981 (diff) | |
download | bcm5719-llvm-ee605bc17ce6cc340c5fff91c1c05eebcb252ede.tar.gz bcm5719-llvm-ee605bc17ce6cc340c5fff91c1c05eebcb252ede.zip |
update comment
llvm-svn: 203859
-rw-r--r-- | polly/lib/CMakeLists.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/polly/lib/CMakeLists.txt b/polly/lib/CMakeLists.txt index 1cb544ce1ab..839dce0fe7d 100644 --- a/polly/lib/CMakeLists.txt +++ b/polly/lib/CMakeLists.txt @@ -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 ) |