[llvm] r236738 - [obj2yaml/yaml2obj] Add SHT_MIPS_ABIFLAGS section support

Simon Atanasyan simon at atanasyan.com
Fri May 8 00:13:02 PDT 2015


On Fri, May 8, 2015 at 3:33 AM, Sean Silva <chisophugis at gmail.com> wrote:
> +    errs() << "error: Invalid section type.\n";
>
> Please give a bit more info. At least mention SHT_MIPS_ABIFLAGS.

Fixed at r236808. In fact this is a typical assert not a user-visible
error. So I replaced errs() by assert() and improve the text.

-- 
Simon Atanasyan



More information about the llvm-commits mailing list