On Fri, Aug 15, 2014 at 1:13 PM, Roman Gareev <gareevro...@gmail.com> wrote: >> I've attached the patch, which should eliminate CLooG library >> installation dependency from GCC. The CLooG AST generator is still the >> main code generator, but the isl ast generator will be chosen in case >> of nonavailability of CLooG library. >> >> However, I've found out a problem. Almost all the functions of the ISL >> cannot be used without installed CLooG. (I get errors which contain >> “undefined reference to...”). Maybe I missed something. What do you >> think about this? > > I’ve attached a patch, which contains mentioned changes and doesn’t > cause the error. I want to commit it in coming days. What do you think > about it?
This patch is ok. I assume you have tested compiling with/without cloog and isl. > Maybe we should make the ISL AST generator to be the main code > generator of Graphite (the patch1 implements this). What do you think > about it? This patch is also ok if you and Tobias think it is ready for wider testing. I propose to remove the cloog path at latest when we enter stage3. Thanks, Richard. > > -- > Cheers, Roman Gareev.