ó
&³Y]c           @   sR   d  d l  m Z d  d l m Z d d l m Z d „  Z e e g e j j _	 d S(   i   (   t   ffi(   t   _encode_stringiÿÿÿÿ(   t   c_char_pc         C   s#   t  j j t |  ƒ t | ƒ ƒ d S(   s°   
    Set the given LLVM "command-line" option.

    For example set_option("test", "-debug-pass=Structure") would display
    all optimization passes when generating code.
    N(   R    t   libt   LLVMPY_SetCommandLineR   (   t   namet   option(    (    s7   lib/python2.7/site-packages/llvmlite/binding/options.pyt
   set_option   s    N(
   t    R    t   commonR   t   ctypesR   R   R   R   t   argtypes(    (    (    s7   lib/python2.7/site-packages/llvmlite/binding/options.pyt   <module>   s   	