[llvm] r185169 - Bug 13662: Enable GPRPair for all i64 operands of inline asm on ARM

Eric Christopher echristo at gmail.com
Fri Jun 28 13:07:23 PDT 2013


On Fri, Jun 28, 2013 at 1:05 PM, Renato Golin <renato.golin at linaro.org> wrote:
> On 28 June 2013 19:05, Eric Christopher <echristo at gmail.com> wrote:
>>
>> You left a bunch of warnings for unused variables in, I've fixed them
>> for you here:
>>
>> M lib/Target/ARM/ARMISelDAGToDAG.cpp
>> Committed r185180
>
>
> Thanks Eric!
>
> Weiming, we treat warning as errors, especially on new additions. So if you
> could always use -Werror when compiling, that'd be great.
>

FWIW if you use configure there's a --enable-werror configure line.
I'm sure there's something analogous for cmake :)

-eric



More information about the llvm-commits mailing list