Skip to content

Instantly share code, notes, and snippets.

Avatar
:atom:
Something went wrong.

Nguyen Duy nomi-san

:atom:
Something went wrong.
View GitHub Profile
@38
38 / Makefile
Last active November 28, 2022 15:38
A Minimal LLVM JIT example for LLVM-5
View Makefile
jit-toy: jit-toy.cpp
clang++ -g -o $@ $^ $(shell /usr/lib/llvm-5.0/bin/llvm-config --cxxflags --ldflags --system-libs --libs core)