Óscar Fuentes wrote:> Done. > > As this is a major change, if the build fails after the update try again > starting from a empty build directory. >Hey, it works great now, thanks! I have some more requests: -Is it possible to also have the include files in the projects ? -Can llvm-config or something like it be used to sort the dependencies of the executables ? -Could you please also add Clang to the CMake system ? -Argiris
Argiris Kirtzidis <akyrtzi at gmail.com> writes:> I have some more requests: > > -Is it possible to also have the include files in the projects ?All the headers in include/llvm? Or just those local to each library?> -Can llvm-config or something like it be used to sort the dependencies > of the executables ?I plan to implement a poor's man llvm-config on the CMake build. Using llvm-config proper will require Perl and teaching GenLibDeps.pl to understand MS libs.> -Could you please also add Clang to the CMake system ?So far we are having sunny days here. Maybe if the weather changes... -- Oscar
Óscar Fuentes wrote:> All the headers in include/llvm? Or just those local to each library? >All the headers. It's a pain to manually update the project files but it will be a bigger pain trying to use them without the include files.. included.> >> -Could you please also add Clang to the CMake system ? >> > > So far we are having sunny days here. Maybe if the weather changes... >Ok, I hope a storm is coming your way.. :-) -Argiris