llvm-capstone/polly/unittests
Rainer Orth 15a3476f3f [polly][unittests] Link DeLICMTests with libLLVMCore
A `-DBUILD_SHARED_LIBS=ON` build on Solaris/amd64 failed with

  Undefined                       first referenced
   symbol                             in file
  _ZNK4llvm3cfg6UpdateIPNS_10BasicBlockEE4dumpEv tools/polly/unittests/DeLICM/CMakeFiles/DeLICMTests.dir/DeLICMTest.cpp.o  (symbol belongs to implicit dependency /var/llvm/local-amd64-release-stage2-shared-A/bin/../lib/libLLVMCore.so.14git)
  ld: fatal: symbol referencing errors

Solaris `ld` requires to directly link with dependant libraries, so this
patch explicitly adds `libLLVMCore`.

Tested on `amd64-pc-solaris2.11` and `x86_64-pc-linux-gnu`.

Differential Revision: https://reviews.llvm.org/D118452
2022-01-28 21:58:40 +01:00
..
DeLICM [polly][unittests] Link DeLICMTests with libLLVMCore 2022-01-28 21:58:40 +01:00
Flatten
Isl [Polly][Isl] Use the function unsignedFromIslSize to manage a isl::size object. NFCI 2021-11-05 11:15:22 +01:00
ScheduleOptimizer [Polly] Move MatMul optimization into its own file. NFC. 2021-06-04 23:22:30 -05:00
ScopPassManager [Polly] Support linking ScopPassManager against LLVM dylib 2020-08-07 06:46:35 +02:00
Support [Polly][Isl] Move to the new-polly-generator branch version of isl-noexceptions.h. NFCI 2021-08-16 15:53:26 +02:00
CMakeLists.txt [Polly] Don't redundantly link libPolly into unittests. 2021-08-24 03:07:30 -05:00