Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 383 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 383 Bytes

Lightweight LLVM­Dart binding

Build Status

[Work in progress]

Compilation from C to llvm ir:

$ clang -S -emit-llvm fac.c

or

$ clang -S -emit-llvm fac.c -O1

or

$ clang -S -emit-llvm fac.c -O2

or

$ clang -S -emit-llvm fac.c -O3