#1075: Add Configure probes for LLVM
-------------------------+--------------------------------------------------
 Reporter:  whiteknight  |       Owner:               
     Type:  todo         |      Status:  new          
 Priority:  normal       |   Milestone:  2.0          
Component:  configure    |     Version:  1.6.0        
 Severity:  medium       |    Keywords:  jit configure
     Lang:               |       Patch:               
 Platform:  all          |  
-------------------------+--------------------------------------------------
 The new JIT system will be based, at least initially, on LLVM. We are
 going to need a way in Configure.pl to either detect it automatically or
 to specify it on the commandline:

 {{{
 perl Configure.pl --jit=/path/to/llvm
 }}}

 I think very likely we are going to want to be able to detect other JIT
 engines as well, notably libJIT.

 Once detected, we are probably going to want to define macros in the C
 source like PARROT_JIT_HAS_LLVM, or PARROT_JIT_HAS_LIBJIT.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1075>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to