[llvm-bugs] [Bug 28507] New: unknown emulation: elf32_x86_64
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Jul 11 10:15:11 PDT 2016
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: unassignedbugs at nondot.org
Reporter: hjl.tools at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
[hjl at gnu-18 x32]$ cat x.s
.text
.globl foo
foo:
ret
[hjl at 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 at gnu-18 x32]$ rm x.so
[hjl at 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 at gnu-18 x32]$
--
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/20160711/0f8fce8e/attachment.html>
More information about the llvm-bugs
mailing list