Skip to content

Instantly share code, notes, and snippets.

View nomi-san's full-sized avatar
:atom:
Something went wrong.

Nguyen Duy nomi-san

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