Teach Polly's unittest macro to link LLVMDemangle which LLVMSupport now

depends on...

llvm-svn: 291637
This commit is contained in:
Chandler Carruth 2017-01-11 01:07:35 +00:00
parent b09bec262b
commit 290ea508a6
1 changed files with 1 additions and 1 deletions

View File

@ -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)