Skip to content

ruvi-d/LLVM-runtime-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C++ Runtime for LLVM IR

Compile runtime directly

clang++-11 square_app.ll runtime.cpp -o app ./app

Compile runtime as lib

clang++-11 -fPIC -shared -o libruntime.so runtime.cpp clang++-11 -L$PWD -lruntime -o app square_app.ll export LD_LIBRARY_PATH=$(pwd) ./app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published