Skip to content

ghulette/kaleidoscope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

On Snow Leopard, installing LLVM 2.6 so that it works with OCaml is kind of a
trick. You need to either build LLVM for x86_64, or OCaml for 32 bit. I went
the former route, building LLVM from source like so:

./configure
make EXTRA_OPTIONS=-m64

About

Working through the OCaml/LLVM tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published