[prev in list] [next in list] [prev in thread] [next in thread] 

List:       cfe-dev
Subject:    Re: [cfe-dev] Using Xcode to compile clang, still possible ?
From:       Nat! <nat () mulle-kybernetik ! com>
Date:       2014-11-25 20:31:16
Message-ID: BC1EA073-E37C-4093-AE94-61D6EFAF781F () mulle-kybernetik ! com
[Download RAW message or body]

So for anyone trying the same, the solution for me was this:

mkdir build-llvm
cd build-llvm
cmake -G "Unix Makefiles" -DLLVM_ENABLE_CXX1Y:BOOL=OFF ../llvm
make
cd ..

PATH=`pwd`/build-llvm/bin:$PATH ; export PATH

mkdir build-clang
cd build-clang
cmake -G "Xcode" ../clang


Ciao
   Nat!
---------------------------------------------------------
Any one who thinks about the future must live in fear and
terror. This is due to the fact that the intelligence and
character of the masses are incomparably lower than the 
intelligence and character of the few who produce some 
thing valuable for the community.  -- A. Einstein

_______________________________________________
cfe-dev mailing list
cfe-dev@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic