savi-lang / savi

A fast language for programmers who are passionate about their craft.
BSD 3-Clause "New" or "Revised" License
155 stars 12 forks source link

Fix emission of LLVM IR to create directory if needed. #372

Closed jemc closed 1 year ago

jemc commented 1 year ago

Prior to this, if trying to emit LLVM IR before the dir exists, the compiler would fail with an internal exception like this:

Unhandled exception: No such file or directory (Exception)

This commit fixes that issue.