summaryrefslogtreecommitdiff
path: root/old/llvmtests/README
blob: 8de04b8f20e35992ee7d25a26d15c5dc7041447a (plain)
1
2
3
4
5
clang -o hello.l -I../../include/wolf -Os -S -emit-llvm hello.c
opt -S hello.s > hello-opt.s
xxdiff hello.s hello-opt.s
llc -O0 hello.l -march=x86-64 -p hello-amd64.s
llc -O0 hello.l -march=mipsel -o hello-mipsel.s