etaoins / llambda

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

Fix debug information on LLVM 3.5 #43

Closed etaoins closed 9 years ago

etaoins commented 10 years ago

llc 3.5 crashes when attempting to compile programs produced with llambda -g. Running under Valgrind reveals invalid reads in the DWARF generation code.

etaoins commented 9 years ago

Waiting for LLVM 3.7 which will add new debug information metadata