r217298 - Add -Wunused-local-typedef, a warning that finds unused local typedefs.

Renato Golin renato.golin at linaro.org
Sat Sep 6 04:55:51 PDT 2014


On 6 September 2014 02:25, Nico Weber <nicolasweber at gmx.de> wrote:
> Author: nico
> Date: Fri Sep  5 20:25:55 2014
> New Revision: 217298
>
> URL: http://llvm.org/viewvc/llvm-project?rev=217298&view=rev
> Log:
> Add -Wunused-local-typedef, a warning that finds unused local typedefs.

Hi Nico,

This breaks our buildbots... "Unsupported architecture 'armv7l' for
MS-style inline assembly"

http://lab.llvm.org:8011/builders/clang-native-arm-cortex-a15/builds/2471

Please, follow this guidelines when creating tests that need
target-specific features:

http://llvm.org/docs/TestingGuide.html#platform-specific-tests

cheers,
--renato



More information about the cfe-commits mailing list