[llvm-commits] [llvm] r141641 [2/2] - in /llvm/trunk: lib/MC/ELFObjectWriter.cpp test/MC/ELF/many-section.s
David A Dean
david_dean at apple.com
Tue Oct 11 11:04:31 PDT 2011
On 11 Oct 2011, at 12:38 AM, Nick Lewycky wrote:
> That shouldn't be happening. I've adjusted the test a bit in r141653 which may make the problem go away (does it?),
It did. Thanks.
> As you can reproduce this (I can't, I've tried 3 machines I have access to), I'd appreciate some help narrowing this down:
>
> $ llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu test/MC/ELF/many-section.s -o - | md5sum
> c0e7294542f179399b0fcbce3f968db1 -
> Should produce the same file regardless of the host. If that matches,
It does.
> then could you paste the result of:
>
> $ llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu test/MC/ELF/many-section.s -o t
> $ llvm-nm t | head
> $ llvm-nm t | tail
>
> I'm expecting:
that's what I'm currently seeing
-David
More information about the llvm-commits
mailing list