diff options
author | Tobias Grosser <grosser@fim.uni-passau.de> | 2012-10-21 21:08:29 +0000 |
---|---|---|
committer | Tobias Grosser <grosser@fim.uni-passau.de> | 2012-10-21 21:08:29 +0000 |
commit | 6c8e6966186179e04a9a6310af572923e11eb608 (patch) | |
tree | f89eb92595a8a28327082d8aa14ccb5ca118d0be /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 8884dc323f3dc215554a9275bc2f9bebf944e1cf (diff) | |
download | llvm-6c8e6966186179e04a9a6310af572923e11eb608.zip llvm-6c8e6966186179e04a9a6310af572923e11eb608.tar.gz llvm-6c8e6966186179e04a9a6310af572923e11eb608.tar.bz2 |
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
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions