Displaying 1 result from an estimated 1 matches for "2ab5b59a".
2012 Jun 04
2
[LLVMdev] installation query
Hello everyone,
I am a newbie to LLVM and I am trying to develop an LLVM pass. I came across this page "Writing an LLVM Pass" which said, "First, configure and build LLVM. This needs to be done directly inside the LLVM source tree rather than in a separate objects directory. "
where as LLVM installation page says to have a separate build directory for putting all the binaries.