[LLVMdev] SAFECode Source Code Released

John Criswell criswell at uiuc.edu
Mon Nov 16 16:10:25 PST 2009


David Greene wrote:
> On Monday 16 November 2009 14:18, John Criswell wrote:
>
>   
>>> Did I miss a message?  I am getting tons of compiler errors building
>>> poolalloc and safecode and am wondering if this patch would fix things.
>>>       
>> What platform are you building on?  What types of errors are you
>> seeing?  Edwin's patch will fix warnings for SAFECode on 64-bit platforms.
>>     
>
> I'm on a 64-bit Linux machine, SLES 10.1.
>
> Here's what I see:
>
> [x86_64-mod-dbg]: In file included 
> from /ptmp/dag/llvm-project.modified/llvm/trunk/projects/poolalloc/include/dsa/DSGraph.h:18,
> [x86_64-mod-dbg]:                  
> from /ptmp/dag/llvm-project.modified/llvm/trunk/projects/poolalloc/lib/DSA/Basic.cpp:16:
> [x86_64-mod-dbg]: /ptmp/dag/llvm-project.modified/llvm/trunk/projects/poolalloc/include/dsa/DSNode.h:18:34: 
> error: llvm/Support/Streams.h: No such file or directory
>   
I believe you're compiling with mainline LLVM.  You need to compile 
against LLVM 2.6.

-- John T.




More information about the llvm-dev mailing list