Skip to content

samber/llvm_dart_binding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Binding Dart/LLVM (using LLVM bytecode from Dart)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages