search for: llvmsource

Displaying 2 results from an estimated 2 matches for "llvmsource".

Did you mean: llvm_source
2014 Jun 12
3
[LLVMdev] Creating and implementing an analysis group out of tree
Hi Eli, Thanks for the link! I'm able to compile a standalone pass outside of the source tree, and I'm obviously ably to compile analysis groups inside the source tree. However, the problem comes when I try to do what the tutorial suggests to create an analysis group outside of the source tree. My understanding is that building out of tree requires different methods to register the
2004 Dec 23
0
[LLVMdev] small patch for llvm configure.ac
On Thu, 2004-12-23 at 12:35, Markus F.X.J. Oberhumer wrote: > Yes, but "TARGET_HAS_JIT" seems to be unused, so what is this for ? projects/llvm-test/Makefile.programs:175:ifdef TARGET_HAS_JIT projects/llvm-test/Makefile.programs:182:endif#TARGET_HAS_JIT projects/llvm-test/LLVMSource/Makefile:22:ifdef TARGET_HAS_JIT projects/llvm-test/SingleSource/CustomChecked/Makefile:27:ifdef TARGET_HAS_JIT > Markus > > P.S. please apply this one-line patch > > > RCS file: /var/cvs/llvm/llvm/autoconf/configure.ac,v > retrieving revision 1.148 > diff -u -r1.148 con...