Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
development:use_clang_trunk_with_xcode_4.3 [14 years ago - 2012/05/15 00:49] aogaildevelopment:use_clang_trunk_with_xcode_4.3 [14 years ago - 2012/05/15 03:27] (current) aogail
Line 1: Line 1:
 ====== Use llvm/clang trunk with XCode 4.3 ====== ====== Use llvm/clang trunk with XCode 4.3 ======
  
 +  - Install homebrew: https://github.com/mxcl/homebrew/wiki/installation
 +  - Install llvm-head with clang: ''brew install --HEAD --with-clang --analyzer --rtti --jit llvm''
 +  - Create a User-Defined variable in your Xcode project
 +    * Variable name: ''CC''
 +    * Value: ''/usr/local/bin/clang''
 +  - Enjoy!
 +
 +Reference: http://blog.wadetregaskis.com/tot-clang-llvm-in-xcode/
  
-  1 https://github.com/mxcl/homebrew/wiki/installation 
-  1 ''brew install --HEAD --with-clang --analyzer --rtti --jit llvm'' 
-  1 Create a User-Defined variable in your Xcode project 
-    1 Variable name: CC 
-    1 Value: /usr/local/bin/clang 
-  1 Enjoy! 
-