]> git.proxmox.com Git - rustc.git/blob - src/llvm/examples/Kaleidoscope/MCJIT/initial/Makefile
Imported Upstream version 1.0.0+dfsg1
[rustc.git] / src / llvm / examples / Kaleidoscope / MCJIT / initial / Makefile
1 all: toy-mcjit
2
3 toy-mcjit : toy.cpp
4 clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core mcjit native` -o toy-mcjit