clay icon indicating copy to clipboard operation
clay copied to clipboard

Why LLVM 3.2?

Open IngwiePhoenix opened this issue 6 years ago • 2 comments

This is just a question of curiosity, which mainly sparked from when I wanted to just get this repo cloned and build it to play around with it on my Mac OS. Sure, I can build LLVM 3.2 from source, but using Homebrew is usually my go-to solution of obtaining dependencies.

When I wanted to install LLVM 3.2, Homebrew suggested 3.9 instead (which I had installed already) and those are the other LLVM packages available:

$ brew search llvm
==> Formulae
llvm ✔                                                [email protected] ✔                                            llvm@4 ✔                                              llvm@5 ✔                                              llvm@6 ✔

The un-tagged LLVM reports as such:

$ /usr/local/opt/llvm/bin/llvm-config --version
7.0.1

So why use LLVM 3.2 when far newer versions exist?

Thanks in advance :)

IngwiePhoenix avatar Feb 05 '19 10:02 IngwiePhoenix

Because the last commit of this project is from Oct 29, 2014 :)

Sh4rK avatar Feb 10 '19 02:02 Sh4rK

@IngwiePhoenix The guy (https://github.com/jckarter) who developed this programming language is not working for ClayLabs anymore since 2014 so nothing is updated.

Zumbalamambo avatar Feb 08 '20 22:02 Zumbalamambo