[llvm-dev] Interested in contributing
Hans Wennborg via llvm-dev
llvm-dev at lists.llvm.org
Tue May 22 03:12:43 PDT 2018
Hi Adit,
On Tue, May 22, 2018 at 11:10 AM, Adit Mehta via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> I am Adit Mehta first year student of DA-IICT. I know C/C++, python, ruby,
> PHP. I am new to llvm. I am interested in contributing to llvm. Can you
> guide me from where should I start?
A good place to start is the Kaleidoscope tutorial:
https://llvm.org/docs/tutorial/ It shows how to build a simple JIT
compiler using LLVM. From that, maybe you'll find something
interesting to look at in LLVM's code, or a bug, improvement, etc.,
and suddenly you're contributing :-)
Cheers,
Hans
More information about the llvm-dev
mailing list