Josh Hansen
Josh Hansen
Can someone point me in the right direction on how to even build this code? I've tried building it directly while including LLVM as a library. I've tried overlaying it...
@uyjulian Can you step me through it in a little more detail? ``` git clone https://github.com/llvm-mirror/llvm.git cd llvm git checkout b5cb868aaa03172b5f83ce48b574bdcad6377b7c cd .. git clone https://github.com/jacobly0/llvm-z80.git ``` What do I...
I ran the commands on that post with the exception that I did not use `-GNinja` (I built it with Make): ``` git clone https://github.com/jacobly0/llvm-z80.git llvm && svn co http://llvm.org/svn/llvm-project/llvm/trunk...
@uyjulian Ah yes, of course, I wasn't thinking. That plus the version of this repo you recommended above got things going for me. Many thanks for your help on this!...
That did the trick. I got it working in Linux using Wine. My ultimate goal is to generate Z80 code. I assume that the EZ80 code generated by this won't...
Excited about Bun, but... also blocked on this!
@Dan-True Seems to me like this issue is still open if this is the best solution we have. More of a stopgap. Isn't the real issue that RLS thinks the...
I've just experienced it myself, and I've seen other reports of it online, so it appears to be a continuing issue.
I just tried it with 1.17.2-rc.3 and got the same error as before
Same on 1.18 as well, in case that matters