[PATCH] D18731: ELF: Create dynamic symbols for symbol aliases of copy relocations.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 4 14:33:56 PDT 2016


On 4 April 2016 at 17:29, Peter Collingbourne <peter at pcc.me.uk> wrote:
> pcc added a comment.
>
>> Please check all relocations in the test.
>
>
> I don't understand what you're asking for. There are two relocations, and I'm checking both of them (and that there are no others).

True. I just noticed the CHECK-NOT.

I think the canonical ways of doing it is

// CHECK:      Relocations [
// CHECK-NEXT:...
...
// CHECK-NEXT: ]

which makes it a bit easier to see that there are no other relocations.


More information about the llvm-commits mailing list