[cfe-dev] Building Clang+LLVM using Clang

Eric Christopher echristo at apple.com
Tue May 29 16:35:18 PDT 2012


On May 29, 2012, at 4:15 PM, Marc J. Driftmeyer <mjd at reanimality.com> wrote:

> I build with either using the include Cmake option or autoconf/makefile option, but one thing is clear, just export CC=clang and export CXX=clang++ doesn't cut it, especially on Linux.

It will if the clang and clang++ that you want to use are first in your path.

-eric



More information about the cfe-dev mailing list