U
    ?h                     @   s$   d dl Z d dlZdd Zdd ZdS )    Nc                   C   s4   t jdkrtjdkrdS dS nt jdks,tdS dS )z>
    Return the name of the llvmlite shared library file.
    posixdarwinzlibllvmlite.dylibzlibllvmlite.sontzllvmlite.dllN)osnamesysplatformAssertionError r
   r
   @/var/www/html/venv/lib/python3.8/site-packages/llvmlite/utils.pyget_library_name   s    

r   c                  C   s$   t  g} tjdkr | ddg | S )zL
    Return the names of shared library files needed for this platform.
    r   zmsvcr120.dllzmsvcp120.dll)r   r   r   extend)filesr
   r
   r   get_library_files   s    
r   )r   r   r   r   r
   r
   r
   r   <module>   s   