blob: 9e45d17a69f0111e162d1d6d47859898986ae6b8 [file] [log] [blame]
all: toy
toy : toy.cpp
clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core jit mcjit native irreader` -o toy