If object files are drawn from archive files, the error message should be something like "conflict symbols in foo.a(bar.o) and baz.o" instead of "conflict symbols in bar.o and baz.o". This patch implements that. llvm-svn: 259475
8 lines
88 B
ArmAsm
8 lines
88 B
ArmAsm
.globl _Z3muldd, foo, baz
|
|
_Z3muldd:
|
|
foo:
|
|
baz:
|
|
mov $60, %rax
|
|
mov $42, %rdi
|
|
syscall
|