[llvm-bugs] [Bug 32586] New: OpenBlas does not link with LLD
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Apr 9 13:52:21 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=32586
Bug ID: 32586
Summary: OpenBlas does not link with LLD
Product: lld
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
Assignee: unassignedbugs at nondot.org
Reporter: piotr.padlewski at gmail.com
CC: llvm-bugs at lists.llvm.org
When I perform
git clone https://github.com/xianyi/OpenBLAS.git
cd OpenBLAS
make NO_AFFINITY=1 USE_OPENMP=1
I get
...
/usr/bin/ld: error: Section has different type from others with the same name
memory.o:(.init_array.00101)
/usr/bin/ld: error: Section has different type from others with the same name
memory.o:(.fini_array.00101)
collect2: error: ld returned 1 exit status
Makefile:162: recipe for target 'cblat3' failed
with lld of version
/usr/bin/ld --version
LLD 4.0.0
--
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/20170409/0871e5c7/attachment.html>
More information about the llvm-bugs
mailing list