add build & test instruction to README
This commit is contained in:
parent
6981206096
commit
7238fecc7f
1 changed files with 7 additions and 0 deletions
7
README.md
Normal file
7
README.md
Normal 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...
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue