jacobly0 / llvm-project

This fork of the canonical git mirror of the LLVM subversion repository adds (e)Z80 targets. Please refer to the wiki for important build instructions.
https://github.com/jacobly0/llvm-project/wiki
123 stars 15 forks source link

Two questions #34

Closed Lucretia closed 1 year ago

Lucretia commented 1 year ago

Hi,

I'd like to know if:

  1. This is usable yet, and
  2. What version of LLVM is this, is it still 9.0?
adriweb commented 1 year ago
  1. Yes, and it's been used for several years for the CE-Programming's toolchain for instance. One issue you may encounter that's not solved yet is #12 though.
  2. it's based on v15. Rebases happen occasionally.
Lucretia commented 1 year ago

Ah, good stuff, thanks for answering.