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

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue Apr 1 08:34:03 PDT 2014


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?
Is this X86_64?

Cheers,
Rafael



More information about the llvm-commits mailing list