From e9a99327121d6bc5680ac0406ef71294d841802f Mon Sep 17 00:00:00 2001 From: Hongbin Zheng Date: Sat, 29 Apr 2017 03:12:17 +0000 Subject: [PATCH] [Polly] Make PollyCore depends on intrinsics_gen llvm-svn: 301734 --- polly/lib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polly/lib/CMakeLists.txt b/polly/lib/CMakeLists.txt index 63c7646..0b799eb 100644 --- a/polly/lib/CMakeLists.txt +++ b/polly/lib/CMakeLists.txt @@ -169,6 +169,6 @@ endif () if (TARGET intrinsics_gen) # Check if we are building as part of an LLVM build - add_dependencies(Polly intrinsics_gen) + add_dependencies(PollyCore intrinsics_gen) endif() -- 2.7.4