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: unassignedb...@nondot.org
          Reporter: piotr.padlew...@gmail.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to