Ensure Polly linking works without BUILD_SHARED_LIBS
authorTobias Grosser <tobias@grosser.es>
Wed, 14 Sep 2016 03:09:48 +0000 (03:09 +0000)
committerTobias Grosser <tobias@grosser.es>
Wed, 14 Sep 2016 03:09:48 +0000 (03:09 +0000)
commit12cc2b80b69d1bddac53e9bee6d303fc118272e1
tree694c3adc1ebdb9e77b6c21ea3edace89146e336e
parent0758644461caac5b56cbd439771d8e51d8ca52fa
Ensure Polly linking works without BUILD_SHARED_LIBS

This change ensures all necessary symbols are resolved correctly. Before this
change on some systems, the linker may have eliminated some symbols not directly
used in bugpoint, but used in Polly.

Suggested-by: Michael Kruse <lvm@meinersbur.de>
llvm-svn: 281438
llvm/tools/bugpoint/CMakeLists.txt