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: [email protected]
Reporter: [email protected]
CC: [email protected]
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.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs