[PATCH] test-suite: Fix implicit-function declarations
Matthias Braun
mbraun at apple.com
Tue Mar 10 13:15:36 PDT 2015
ping^2
> On Feb 13, 2015, at 3:36 PM, Matthias Braun <mbraun at apple.com> wrote:
>
> 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
>
>
> _______________________________________________
> 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