Displaying 2 results from an estimated 2 matches for "isl_int_sioimath".
2015 Jun 27
2
[LLVMdev] polly trunk broken on x86_64 darwin
Tobias,
The most recent commits at svn revision 240868 have broken the
Polly build on x86_64 on darwin...
[ 57%] Building C object
tools/polly/lib/CMakeFiles/Polly.dir/External/isl/isl_int_sioimath.c.o
/sw/src/fink.build/llvm37-3.7.0-100/llvm-3.7.0.src/tools/polly/lib/External/isl/isl_int_sioimath.c:1:10:
fatal error: 'malloc.h' file not found
#include <malloc.h>
^
1 error generated.
tools/polly/lib/CMakeFiles/Polly.dir/build.make:1457: recipe for
target 'tools/poll...
2015 Jun 27
2
[LLVMdev] polly trunk broken on x86_64 darwin
Tobias,
I can confirm that deleting the...
#include <malloc.h>
from the top of lib/External/isl/isl_int_sioimath.c allows the polly
cmake build to complete on x86_64 darwin.
Jack
On Sat, Jun 27, 2015 at 2:25 AM, Tobias Grosser <tobias at grosser.es> wrote:
> On 06/27/2015 03:39 AM, Jack Howarth wrote:
>>
>> Tobias,
>> The most recent commits at svn revision 240868...