https://llvm.org/bugs/show_bug.cgi?id=28507
Bug ID: 28507 Summary: unknown emulation: elf32_x86_64 Product: lld Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P Component: ELF Assignee: unassignedb...@nondot.org Reporter: hjl.to...@gmail.com CC: llvm-bugs@lists.llvm.org Classification: Unclassified [hjl@gnu-18 x32]$ cat x.s .text .globl foo foo: ret [hjl@gnu-18 x32]$ make LD=ld as --x32 -o x.o x.s ld -m elf32_x86_64 -shared -o x.so x.o [hjl@gnu-18 x32]$ rm x.so [hjl@gnu-18 x32]$ make ./ld -m elf32_x86_64 -shared -o x.so x.o unknown emulation: elf32_x86_64 Makefile:12: recipe for target 'x.so' failed make: *** [x.so] Error 1 [hjl@gnu-18 x32]$ -- 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