Hi, On 09/22/2012 05:52 PM, O. Hartmann wrote: > It is possible to compile pocl-0.6.0 with both LLVM 3.1 and CLANG 3.1, > but not on LLVM/CLANG 3.2!
I haven't had a change to test LLVM-svn (3.2) just yet. I think Kalle or someone tried it and fixed some API breakage some weeks ago. Thus, you should try the trunk (bzr co lp:pocl). If it doesn't work, the error message seems clear enough. LLVM has changed an API. Thus, one needs an #ifndef LLVM_3_1 case in the code after finding out what the new API in llvm-svn is. The usual stuff. Patches welcome. BR, -- --Pekka ------------------------------------------------------------------------------ How fast is your code? 3 out of 4 devs don\\\'t know how their code performs in production. Find out how slow your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219672;13503038;z? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ pocl-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pocl-devel
