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