[lld] r229072 - ELF/AArch64: Add support for checking for ABS32 overflow

Renato Golin renato.golin at linaro.org
Sat Feb 14 05:32:29 PST 2015


On 14 February 2015 at 06:40, Michael Spencer <bigcheesegs at gmail.com> wrote:
> 66>  Command 2 Stderr:
> 66>  C:\Users\mspencer\Projects\llvm-project\lold\test\elf\AArch64\rel-abs32-overflow.test:6:10:
> error: expected string not found in input
> 66>
> 66>  # CHECK: Relocation out of range in file {{.*}}: reference from
> data2+0 to data1+34359738369 of type 258 (R_AARCH64_ABS32)
> 66>
> 66>           ^

Hi Michael,

What's the output on your side? I'd guess that the data1+NNNNN would
need a regexp.

cheers,
-renato



More information about the llvm-commits mailing list