[llvm] r205076 - Completely rewrite ELFObjectWriter::RecordRelocation.

Manuel Klimek klimek at google.com
Tue Apr 1 08:35:37 PDT 2014


On Tue, Apr 1, 2014 at 5:34 PM, Rafael EspĂ­ndola <rafael.espindola at gmail.com
> wrote:

> On 1 April 2014 04:04, Manuel Klimek <klimek at google.com> wrote:
> > Note that this breaks one of our internal tests. The debugger shows
> > incorrect parameters passed to a global constructor:
> > SomeType C("a", "longer string", ...);
> > The constructor is called with C("longer string", "ger string", ...)
> > I'm trying to come up with a smaller repro...
>
> Is the debug info that is broken or is the wrong string being passed?
>

The wrong string is passed (asserts later).


> Is this X86_64?
>

x86 (-m32 -march=pentium3)


>
> Cheers,
> Rafael
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140401/03e0d085/attachment.html>


More information about the llvm-commits mailing list