[PATCH] D118452: [polly][unittests] Link DeLICMTests with libLLVMCore

Rainer Orth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 28 12:59:16 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG15a3476f3f94: [polly][unittests] Link DeLICMTests with libLLVMCore (authored by ro).

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.404139.patch
Type: text/x-patch
Size: 387 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220128/d8f677ec/attachment.bin>


More information about the llvm-commits mailing list