-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

lli


> Directly execute programs from LLVM bitcode.

More information.


Execute a bitcode or IR file:

lli {path/to/file.ll}

Execute with command line arguments:

lli {path/to/file.ll} {argument1 argument2 ...}

Enable all optimizations:

lli -O3 {path/to/file.ll}

Load a dynamic library before linking:

lli --dlopen={path/to/library.dll} {path/to/file.ll}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 15:27:54 2024