2012年11月2日金曜日

UbuntuにCLANGをインストールする


UbuntuにCLANGをインストールする


UbuntuにCLANGをインストールする
UbuntuでLLVMを使う


環境

Ubuntu Quantal Quetzal 12.10 on VirtualBox 4.2



01. インストール


$ sudo apt-get install clang
$ clang --version
Ubuntu clang version 3.0-6ubuntu3 (tags/RELEASE_30/final) (based on LLVM 3.0)
Target: x86_64-pc-linux-gnu
Thread model: posix



02. 使い方


$ clang hello.c -o hello

0 コメント: