[PATCH] D14382: [ELF2] - Basic implementation of -r/--relocatable

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 23 12:34:45 PST 2016


As pointed out, the following tests are failing:

    lld :: ELF/invalid-linkerscript.test
    lld :: ELF/relocatable.s

On 23 February 2016 at 14:22, Ed Maste <emaste at freebsd.org> wrote:
> emaste added a comment.
>
> looks like recent commits invalided the new test in test/ELF/relocatable.s
>
>   /tank/emaste/src/llvm/tools/lld/test/ELF/relocatable.s:93:18: error: expected string not found in input
>   # CHECKEXE-NEXT: SectionHeaderOffset: 0x2190
>                    ^
>   <stdin>:22:2: note: scanning from here
>    SectionHeaderOffset: 0x11E8
>    ^
>
>
> http://reviews.llvm.org/D14382
>
>
>


More information about the llvm-commits mailing list