diff options
| -rw-r--r-- | polly/unittests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/unittests/CMakeLists.txt b/polly/unittests/CMakeLists.txt index c4e8b530800..edc8038e37a 100644 --- a/polly/unittests/CMakeLists.txt +++ b/polly/unittests/CMakeLists.txt @@ -16,7 +16,7 @@ function(add_polly_unittest test_name) set_property(TARGET ${test_name} PROPERTY FOLDER "Polly") endif() - target_link_libraries(${test_name} Polly LLVMCore LLVMSupport) + target_link_libraries(${test_name} Polly LLVMCore LLVMSupport LLVMDemangle) endfunction() add_subdirectory(Isl) |

