B
    Ꮚ\                 @   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   )nameZoption r	   7lib/python3.7/site-packages/llvmlite/binding/options.py
set_option   s    r   N)
 r   commonr   Zctypesr   r   r   r   Zargtypesr	   r	   r	   r
   <module>   s   