[llvm-bugs] [Bug 27306] New: Polly ISL library built as static with -DBUILD_SHARED_LIBS=ON
via llvm-bugs
llvm-bugs at lists.llvm.org
Sat Apr 9 02:35:39 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=27306
Bug ID: 27306
Summary: Polly ISL library built as static with
-DBUILD_SHARED_LIBS=ON
Product: Polly
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Other
Assignee: polly-dev at googlegroups.com
Reporter: rivanvx at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Hi, I have clang and polly in llvm/tools. I am using Fedora 24 x86_64 and
configure llvm with:
$ cmake -DBUILD_SHARED_LIBS=ON -DLLVM_LIBDIR_SUFFIX=64
-DLLVM_TARGETS_TO_BUILD="AMDGPU;X86" ..
Upon make and make install, I get
$ ls /usr/local/lib64/*Polly*
/usr/local/lib64/libPollyISL.a
This should be built as a shared object.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160409/0200ad6e/attachment-0001.html>
More information about the llvm-bugs
mailing list