[PATCH] D118452: [polly][unittests] Link DeLICMTests with libLLVMCore
Rainer Orth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 28 05:52:48 PST 2022
ro updated this revision to Diff 403986.
ro added a comment.
Add comment.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118452/new/
https://reviews.llvm.org/D118452
Files:
polly/unittests/DeLICM/CMakeLists.txt
Index: polly/unittests/DeLICM/CMakeLists.txt
===================================================================
--- polly/unittests/DeLICM/CMakeLists.txt
+++ polly/unittests/DeLICM/CMakeLists.txt
@@ -1,3 +1,8 @@
+# Solaris ld requires this dependency to be made explicit for shared builds.
+set(LLVM_LINK_COMPONENTS
+ Core
+ )
+
add_polly_unittest(DeLICMTests
DeLICMTest.cpp
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118452.403986.patch
Type: text/x-patch
Size: 387 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220128/f5035064/attachment.bin>
More information about the llvm-commits
mailing list