add build & test instruction to README

This commit is contained in:
Siu Kwan Lam 2012-08-02 14:20:02 -07:00
commit 7238fecc7f

7
README.md Normal file
View file

@ -0,0 +1,7 @@
A llvm-py Builder wrapper for writing in slightly higher-level constructs.
This is aiming for two usecases:
1. Emit LLVM code in a more human-readable way;
2. Writing low-level code that you can't do it properly/portably with C, e.g
template (generic), atomic operations, memory ordering...