https://bugs.llvm.org/show_bug.cgi?id=38307
Bug ID: 38307
Summary: Handling of "AT>" linkerscript command looks wrong
Product: lld
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: ELF
Assignee: unassignedb...@nondot.org
Reporter: konstantin.schw...@hightec-rt.com
CC: llvm-bugs@lists.llvm.org
Trying to assemble and link the attached example gives the following error with
ld.lld:
$clang -c foo.s
$ld.lld -Tlinker.ld -Map=map.file foo.o
ld.lld: error: section .text load address range overlaps with .sec1
>>> .text range is [0x8000000, 0x8000005]
>>> .sec1 range is [0x8000002, 0x8000005]
With ld.bfd, the sample links fine.
--
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