search for: f9f2eb0a

Displaying 2 results from an estimated 2 matches for "f9f2eb0a".

2015 Apr 20
2
[LLVMdev] [lld] Linker cannot handle sections with non-unique names
...ly yaml2obj does not support duplicated section names but > > we can use a binary input file. > > > > -- > > Simon Atanasyan > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150420/f9f2eb0a/attachment.html>
2015 Apr 20
4
[LLVMdev] [lld] Linker cannot handle sections with non-unique names
On Mon, Apr 20, 2015 at 1:44 AM, Shankar Easwaran <shankarke at gmail.com> wrote: > Attached patch fixes the issue. Thanks for the quick fix. The patch LGTM if you add a test case. Unfortunately yaml2obj does not support duplicated section names but we can use a binary input file. -- Simon Atanasyan