summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2017-01-11 01:07:35 +0000
committerChandler Carruth <chandlerc@gmail.com>2017-01-11 01:07:35 +0000
commit290ea508a6d18be98cbcb5fcad4dbf1bd7aea887 (patch)
tree6bb5288ddb6734ce73579e12a1690682e3eb4f57
parentb09bec262ba490e35b7acbc0e891018010acb02a (diff)
downloadbcm5719-llvm-290ea508a6d18be98cbcb5fcad4dbf1bd7aea887.tar.gz
bcm5719-llvm-290ea508a6d18be98cbcb5fcad4dbf1bd7aea887.zip
Teach Polly's unittest macro to link LLVMDemangle which LLVMSupport now
depends on... llvm-svn: 291637
-rw-r--r--polly/unittests/CMakeLists.txt2
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)
OpenPOWER on IntegriCloud