[llvm-bugs] [Bug 27305] New: Polly libraries installed in lib instead of lib64 with -DLLVM_LIBDIR_SUFFIX=64
via llvm-bugs
llvm-bugs at lists.llvm.org
Sat Apr 9 02:33:31 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=27305
Bug ID: 27305
Summary: Polly libraries installed in lib instead of lib64 with
-DLLVM_LIBDIR_SUFFIX=64
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/lib/*Polly*
/usr/local/lib/libPolly.so /usr/local/lib/LLVMPolly.so
These should be in /usr/lib64.
--
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/893bc3af/attachment.html>
More information about the llvm-bugs
mailing list