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

Matthias Braun mbraun at apple.com
Mon Jan 26 10:30:10 PST 2015


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-fix-implicit-function-declaration-errors.patch
Type: application/octet-stream
Size: 31739 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150126/925be3f5/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-add-Wno-implicit-function-declaration-to-MultiSource.patch
Type: application/octet-stream
Size: 1008 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150126/925be3f5/attachment-0001.obj>
-------------- next part --------------
 


More information about the llvm-commits mailing list