diff options
| author | Hongbin Zheng <etherzhhb@gmail.com> | 2016-11-03 22:02:40 +0000 |
|---|---|---|
| committer | Hongbin Zheng <etherzhhb@gmail.com> | 2016-11-03 22:02:40 +0000 |
| commit | 0179bb56784955cb5ec261c2e6ae489d52cb8c42 (patch) | |
| tree | 2728809c32ca62b9b04a19e0123d6cb2cdcf70e3 /clang | |
| parent | d662db602a4f2ab871bec23273bb590a3692a87d (diff) | |
| download | bcm5719-llvm-0179bb56784955cb5ec261c2e6ae489d52cb8c42.tar.gz bcm5719-llvm-0179bb56784955cb5ec261c2e6ae489d52cb8c42.zip | |
Remove the unused POLLY_LINK_LIBS for linking polly into clang
llvm-svn: 285971
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/tools/driver/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/tools/driver/CMakeLists.txt b/clang/tools/driver/CMakeLists.txt index 5b02a4ec1eb..f5fbff5d8ec 100644 --- a/clang/tools/driver/CMakeLists.txt +++ b/clang/tools/driver/CMakeLists.txt @@ -117,9 +117,4 @@ endif() if(WITH_POLLY AND LINK_POLLY_INTO_TOOLS) target_link_libraries(clang Polly) - if(POLLY_LINK_LIBS) - foreach(lib ${POLLY_LINK_LIBS}) - target_link_libraries(clang ${lib}) - endforeach(lib) - endif(POLLY_LINK_LIBS) endif(WITH_POLLY AND LINK_POLLY_INTO_TOOLS) |

