[PATCH] test-suite: Fix implicit-function declarations
Hal Finkel
hfinkel at anl.gov
Tue Mar 10 13:26:12 PDT 2015
LGTM.
-Hal
----- Original Message -----
> From: "Matthias Braun" <mbraun at apple.com>
> To: "LLVM Commits" <llvm-commits at cs.uiuc.edu>
> Sent: Tuesday, March 10, 2015 3:15:36 PM
> Subject: Re: [PATCH] test-suite: Fix implicit-function declarations
>
> 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
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
--
Hal Finkel
Assistant Computational Scientist
Leadership Computing Facility
Argonne National Laboratory
More information about the llvm-commits
mailing list