etaoins / llambda

Scheme R7RS frontend for LLVM
Other
68 stars 6 forks source link

Fix build on old LLVM #52

Closed etaoins closed 9 years ago

etaoins commented 9 years ago

Native functions returning unboxed characters now emit return value range data. This is unsupported by older versions of LLVM.

etaoins commented 9 years ago

LLVM 3.6 introduces an incompatible IR format due to metadata changes. Once 3.6 lands in an Ubuntu release we will target it exclusively