[PATCH] test-suite: Fix implicit-function declarations

Matthias Braun mbraun at apple.com
Fri Feb 13 15:36:55 PST 2015


ping

> On Jan 26, 2015, at 10:30 AM, Matthias Braun <mbraun at apple.com> wrote:
> 
> When using the iOS SDK -Wimplicit-function-declaration is reported as an error by default cause many tests in the llvm test-suite to fail. The attached two patches fix these issues on a broader scale. The approach was to fix the test/benchmark sourcecode where that was easily possible with a few lines, and adding -Wno-implicit-function-declaration to MultiSource/Benchmarks/MallocBench/gs which just had too many of them.
> 
> Greetings
>    Matthias
> 
> <0001-fix-implicit-function-declaration-errors.patch><0002-add-Wno-implicit-function-declaration-to-MultiSource.patch>_______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits





More information about the llvm-commits mailing list