I am open for a Visual Studio answer or a MinGW answer. I just finished creating LLVM 3.2 with CMake and Visual Studio 2010. Everything went smoothly, but I don't have llvm-config . Do I need this? Each example that I see on the tubes uses this tool. If I don’t need it, how can I configure my project to use LLVM?
To be clear, I am not trying to use LLVM tools / compilers (e.g. clang and whatnot). I am trying to write C ++ code that uses LLVM libraries to create LLVM IR and even compile this stuff. I am setting up my include and lib folders. I ran llvm-config on Linux and saw a long list of macros and libraries.
I have a wonderful folder full of goodies. It just does not have llvm-config : C:\Program Files (x86)\LLVM\
TheBuzzSaw
source share