grin-compiler / grin

GRIN is a compiler back-end for lazy and strict functional languages with whole program optimization support.
https://grin-compiler.github.io/
1.02k stars 36 forks source link

Clang dependency for tests #109

Open hgsipiere opened 4 years ago

hgsipiere commented 4 years ago

I think we should mention the clang dependency for tests on the test-data, idris-grin.

I have a passing stack build and failing stack build on Fedora 31 with LLVM 7 installed but not Clang. I would have put in a pull request but I don't have a Mac or Debian-based computer setup.

andorp commented 4 years ago

I can validate and/or adapt the PR to debian if you raise one.

hgsipiere commented 4 years ago

Okay thank you, I'll actually just setup a Debian container and submit a pull request when I have some free time.