Opened 12 years ago

Closed 12 years ago

Last modified 10 years ago

#3359 closed enhancement (fixed)

llvm/clang

Reported by: Thomas de Roo Owned by: Bruce Dubbs
Priority: normal Milestone:
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

Add clang to the llvm-instructions to make llvm more useful:

extra download:

http://llvm.org/releases/3.0/clang-3.0.tar.gz

Extra instruction:

tar -xvf ../clang-3.0.tar.gz -C tools

This will install clang and clang++, making it possible to use llvm instead of gcc with e.g.: CC=clang ./configure && make && make install

Change History (4)

comment:1 by bdubbs@…, 12 years ago

It doesn't appear to be quite that simple. It looks like we need:

tar -xvf ../clang-3.0.tar.gz -C tools
mv tools/clang-3.0.src tools/clang

and then continue on.

comment:2 by bdubbs@…, 12 years ago

Owner: changed from blfs-book@… to Bruce Dubbs
Status: newassigned

comment:3 by bdubbs@…, 12 years ago

Resolution: fixed
Status: assignedclosed

Added clang to llvm at revision 10186.

comment:4 by bdubbs@…, 10 years ago

Milestone: current

Milestone current deleted

Note: See TracTickets for help on using tickets.