https://bugs.llvm.org/show_bug.cgi?id=52408
Bug ID: 52408
Summary: unsupported relocation reference
Product: lld
Version: 13.0
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: ELF
Assignee: unassignedb...@nondot.org
Reporter: caleb.zulaw...@gmail.com
CC: llvm-bugs@lists.llvm.org, smithp...@googlemail.com
This occurs when I link an executable, which depends on a static library, which
in turn depends on a dynamic library:
exe -> libfoo.a -> libbar.so
The exact error:
ld.lld: error: /path/to/libfoo.a(libbar.so): unsupported relocation reference
It's worth noting that exe and libfoo.a are compiled and linked with clang/lld
13, but libbar.so was compiled and linked with the Fedora 30 system toolchain.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs