[lld] r247738 - [elf2] Relocate absolute symbols.
Rafael EspĂndola via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 16 05:48:36 PDT 2015
Oh, and it is not even running FileCheck!
A good practice when adding tests is to make sure that they fail with
the new patch reverted.
On 16 September 2015 at 08:20, Rafael EspĂndola
<rafael.espindola at gmail.com> wrote:
>> +// RUN: llvm-objdump -s %tout
>
> This particular test would be more readable with -d instead of -s, no?
>
>> +// REQUIRES: x86
>> +
>> +.global _start
>> +_start:
>> + movl $abs, %edx
>> +
>> +#CHECK: Contents of section .text:
>> +#CHECK-NEXT: {{[0-1a-f]+}} ba420000 00
>>
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list