Holden Omans

Results 54 comments of Holden Omans

Can use my fork if you need too.

@lodenos my fork now has consolidated a majority of the major community forks. Ill update the title of this PR for prosperity, but i feel this repo is dead.

`llvm-config --binpath` as well

I think this is an issue with the JSON parser in the tests. Evaluated output: ``` { "name": "EVALUATE_LARGE_UINT64", "isFunction": false, "isVarArg": false, "arguments": [], "value": "9223372036854775808", "type": { "isConst":...

So looking into this further essentially JSON does not support `unsigned long long`. From the [RFC](https://tools.ietf.org/html/rfc7159#section-3) ``` This specification allows implementations to set limits on the range and precision of...

Yes. i have a fork that has some changes to improve the build system. Ill open a PR. I suggest you also run a `crystal tool format` on the repo....

Seems i already have a PR for formatting: #15

I think we need to focus on supporting specific LLVMs. At a minimum i think we should support the versions crystal itself supports. Right now Crystal only supports LLVM 8.0...

Good find. I went off of the published docs which must be behind. I'm also ok with supporting a range of versions, was just hoping to narrow it down. On...