Displaying 1 result from an estimated 1 matches for "lyut".
Did you mean:
lut
2011 Oct 19
1
[LLVMdev] Issues with running the LLVMHello Pass on Windows
...ing up the build environment settings, it was
instructed to configure and build LLVM directly inside the LLVM source tree
rather than in a separate objects directory.
Now, my LLVM source tree is C:\LLVM\llvm-2.9 while my build is in
C:\LLVM\llvm-2.9\BUILD ( as per the instructions given here
http://lyuts.net/blog/2010/06/llvm-clang-mingw ).
So, I decided to delete my build and rebuild it directly inside the LLVM
source directory ( C:\LLVM\llvm-2.9 ) and I read this page on how to build
LLVM using CMake http://llvm.org/docs/CMake.html. But, this page says that
"CMake is not supported to build...