[lld] r247738 - [elf2] Relocate absolute symbols.
Rafael EspĂndola via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 16 05:20:25 PDT 2015
> +// 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