qupa-project / uniview-lang

View once immutability enabling the safeties of immutable code, while enjoying near procedural performance
https://uniview.qupa.org
MIT License
2 stars 0 forks source link

Direct LLVM tool chain usage #59

Closed AjaniBilby closed 2 years ago

AjaniBilby commented 2 years ago

Now directly uses the LLVM tool chain instead of relying on clang throughout. This enables future coroutine support. However we still currently rely on clang to do the final stage of compilation due to LLC only producing ASM not an assembled binary.

AjaniBilby commented 2 years ago

Needs updated changelog