Thread: clang/llvm
View Single Post
  #4   (View Single Post)  
Old 21st February 2013
bsdnotbdsm bsdnotbdsm is offline
Port Guard
 
Join Date: Jan 2013
Posts: 30
Default

Quote:
Originally Posted by lumiwa View Post
Thank you very much for the answer.

As I know FreeBSD 9.1 has clang/llvm 3.1 as default (base). And I know that I can install whatever version of clang which will be in /usr/local/bin but default version is in usr/bin
IMO should be good that clang/llvm will be update to 3.2 for default.
Hi, yep, I also think upgrading to 3.2 is a good choice.

According to the message you get (about installing files in the same location), at least llvm3.1 is installed under /usr/local/ (so I guess it's not part of the base system).

However, in the release notes for FreeBSD 9.1 it is said:
Quote:
The LLVM compiler infrastructure and clang, a C language family front-end, version 3.1 have been imported. Note that it is not used for building the FreeBSD base system by default.[r236144]
To find the exact location of these progs is as simple as "which clang".
Reply With Quote