Dan Kolsoi
Dan Kolsoi
I suppose we could alternatively make globals generic over `Value` and `Variable`, ie `Global` and `Global` so that they could share methods as well as have individual ones. This is...
I haven't enabled the LLVM 3.9 tests in a while, but last I checked it wasn't working and I don't know why
Definitely! I was actually thinking the same thing. I just cant decided if it should be a test or if it should live as its own binary in a /examples...
Oh neat, I didn't know that. Let's do that then. You can put it in /examples/kaleidoscope
No, I've never even thought about doing this as I am not really familiar with how github pages work. That said, it does sound like an excellent idea, so thanks!...
Thanks for all this helpful info! I will be sure to look into doing this! And any assistance you can provide would be greatly appreciated.
That is super cool! Please feel free to file issues for any stumbling blocks you find along the way.
> Is it safe for my Module to outlive the Context it was created with? (e.g. create a temporary Context in a function, use it to create a Module then...
@Michael-F-Bryan I'm trying to get docs hosted on pages as you suggested but for some reason it only displays the inkwell readme: https://thedan64.github.io/inkwell/ ..but the gh-pages branch doesn't have a...
That was it, thanks!!