[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Olden/voronoi/newvor.c
Chris Lattner
clattner at apple.com
Thu Apr 26 14:24:05 PDT 2007
On Apr 26, 2007, at 2:23 PM, Jeff Cohen wrote:
> Chris Lattner wrote:
>>
>> On Apr 26, 2007, at 1:11 PM, Jeff Cohen wrote:
>>
>>> Absolutely true. This change will cause the test to fail on the
>>> BSDs,
>>> which will complain that malloc.h has been replaced by stdlib.h.
>>> Please
>>> use a different test.
>>
>> Better yet, just unconditionally #include <stdlib.h> and eliminate
>> <malloc.h>
>>
>> -Chris
>
> It already does include stdlib.h. I assume it isn't enough on his
> system.
Andrew, can alpha drop the malloc.h #include? If not, why not?
We should remove all instances of malloc.h from llvm-test.
-Chris
More information about the llvm-commits
mailing list