U
    -e                     @   s>   d dl mZ d dlmZ d dlmZ dd Zeegejj_	dS )    )ffi)_encode_string)c_char_pc                 C   s   t jt| t| dS )z
    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   libLLVMPY_SetCommandLiner   )nameoption r	   Y/var/www/html/Darija-Ai-Train/env/lib/python3.8/site-packages/llvmlite/binding/options.py
set_option   s    r   N)
Zllvmlite.bindingr   Zllvmlite.binding.commonr   ctypesr   r   r   r   Zargtypesr	   r	   r	   r
   <module>   s   