esseks / monicelli

An esoteric programming language, come se fosse antani.
GNU General Public License v3.0
1.32k stars 52 forks source link

LLVM 9 #48

Closed PsykeDady closed 4 years ago

PsykeDady commented 4 years ago

non va con llvm perchè richiede la versione 6. Nessun modo di farlo andare con versioni più aggiornate?

[END] doen't work with llvm 9, requested version is 6. Any way to get work with updated version? image

esseks commented 4 years ago

Monicelli now supports LLVM 7, 8 and 9. CMake will look for 7, so you'll have to replace 7 with 9 here:

https://github.com/esseks/monicelli/blob/439ef31f94d5300fede1eb25a4730c8c819b246a/src/CMakeLists.txt#L4

I'll find a way to make the target LLVM version easier to configure.