#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 , 12 years ago
comment:2 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Added clang to llvm at revision 10186.
Note:
See TracTickets
for help on using tickets.
It doesn't appear to be quite that simple. It looks like we need:
and then continue on.