[llvm-commits] [test-suite] r164834 - in /test-suite/trunk/MultiSource/Benchmarks: ./ TSVC/ TSVC/ControlFlow-dbl/ TSVC/ControlFlow-flt/ TSVC/ControlLoops-dbl/ TSVC/ControlLoops-flt/ TSVC/CrossingThresholds-dbl/ TSVC/CrossingThresholds-flt/ TSVC/Equivalencing-dbl/ TSVC/Equivalencing-flt/ TSVC/Expansion-dbl/ TSVC/Expansion-flt/ TSVC/GlobalDataFlow-dbl/ TSVC/GlobalDataFlow-flt/ TSVC/IndirectAddressing-dbl/ TSVC/IndirectAddressing-flt/ TSVC/InductionVariable-dbl/ TSVC/InductionVariable-flt/ TSVC/LinearDependence-dbl/ TSVC/...
Michael Gottesman
mgottesman at apple.com
Sat Sep 29 14:25:42 PDT 2012
It looks like these tests do not compile correctly on Darwin. My buildbots have been screaming.
After looking into one of these tests I think it be because they are including malloc.h instead of sys/malloc.h and a reference to memalign.
Michael
On Sep 28, 2012, at 12:57 PM, John Criswell <criswell at illinois.edu> wrote:
> On 9/28/12 2:34 PM, Hal Finkel wrote:
>> On Fri, 28 Sep 2012 14:08:11 -0500
>> John Criswell <criswell at illinois.edu> wrote:
>>
>>> On 9/28/12 1:33 PM, Hal Finkel wrote:
>>>> Author: hfinkel
>>>> Date: Fri Sep 28 13:33:27 2012
>>>> New Revision: 164834
>>>>
>>>> URL: http://llvm.org/viewvc/llvm-project?rev=164834&view=rev
>>>> Log:
>>>> Add the TSVC loop benchmarks to the test suite.
>>> Please be sure to add a LICENSE.TXT file to the TSVC directory and
>>> update the top-level LICENSE.TXT file in test-suite.
>> Done, thanks! r164838.
>
> Thanks!
>
> -- John T.
>
> _______________________________________________
> 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