[llvm] r217909 - [llvm-objdump] improve error reporting of bad mach-o ordinals
Nick Kledzik
kledzik at apple.com
Tue Oct 14 10:08:46 PDT 2014
This change went in because one of the buildbots was failing with the previous commit. This was to generally improve error handling in the hopes that it would fix the buildbot error. But it turned out the issue was that llvm::format() does not type check parameters and a StringRef was being passed for a %s. Strangely it worked on most bots.
I don’t know how to create a test file with bad ordinals in order to create a test case for the error handling changes…
-Nick
On Oct 14, 2014, at 8:24 AM, Rafael Espíndola <rafael.espindola at gmail.com> wrote:
> On 16 September 2014 23:56, Rafael Espíndola <rafael.espindola at gmail.com> wrote:
>> testcase?
>
> ping.
>
> Cheers,
> Rafael
More information about the llvm-commits
mailing list