llvm-project/polly/test
Tobias Grosser 6c8e696618 cmake: Use suffix for shared modules instead of the one for shared libraries
On Linux there is no difference between shared modules and shared libaries, both
are '.so' files. However, on darwin only shared modules are '.so' files. Shared
libraries have the '.dynlib' suffix.

Fix test cases on darwin by expecting a shared module suffix for Polly instead
of a shared library suffix.

This fixes PR14135

Reported by:  Jack Howarth  <howarth@bromo.med.uc.edu>

llvm-svn: 166402
2012-10-21 21:08:29 +00:00
..
Cloog tests: Replace . by %s 2012-02-13 12:29:43 +00:00
CodeGen Add preliminary implementation for GPGPU code generation. 2012-08-03 12:50:07 +00:00
IndependentBlocks Add some tests for the independent blocks pass. 2012-06-11 10:25:12 +00:00
IslCodeGen isl-codegen: Support '<' and '>' 2012-10-16 07:29:13 +00:00
ScheduleOptimizer isl scheduler: Do not fail when returning an empty band list 2012-10-16 07:29:19 +00:00
ScopDetection ScopDetection: Allow to limit the scop detection to a single function 2011-10-23 11:17:06 +00:00
ScopInfo Add test cases for multi-dimensional variable lengths arrays 2012-09-11 14:03:19 +00:00
TempScop Temporarily remove reduction support and interchange pass 2011-08-21 14:57:58 +00:00
polybench
CMakeLists.txt cmake: Use suffix for shared modules instead of the one for shared libraries 2012-10-21 21:08:29 +00:00
Makefile Revert "Make the "all" target depend on polly-test, so that users can run regression" 2012-04-11 07:43:24 +00:00
README
create_ll.sh
lit.cfg
lit.site.cfg.in Add preliminary implementation for GPGPU code generation. 2012-08-03 12:50:07 +00:00
polly.ll

README

place tests here