Problem in building llvm, clang and llvm-gcc on Ubuntu 12.04

Dear All,

I am trying to build llvm, clang and llvm-gcc by following the command. I am able to build llvm and clang on Ubuntu. I am not able to locate and get the source code of corresponding version of llvm-gcc.

Can anyone please help me in guiding how to get the current version of llvm-gcc for llvm-3.4

Thanks in advance,
Madhvi

AFAIK support for llvm-gcc was dropped a long time ago http://llvm.org/releases/2.9/docs/ReleaseNotes.html

Ok. But I am trying to follow the tutorial for llvm-3.4 on the following page http://llvm.org/releases/3.0/docs/GettingStarted.html#tutorial4
which explains the example with llvm-gcc4.

Madhvi Gupta <madhvig@iiitd.ac.in> writes:

Ok. But I am trying to follow the tutorial for llvm-3.4 on the
following page
Getting Started with LLVM System
explains the example with llvm-gcc4.

That link is to documentation for llvm-3.0, not 3.4. The newer version
of the docs runs a similar example, but with clang:

  Getting Started with the LLVM System — LLVM 3.4 documentation

Hope that helps!

Thank you for the reply. Nikola already pointed out the mistake that I was doing. It is working now.