[cfe-dev] compilling clang

Eli Friedman eli.friedman at gmail.com
Tue Jul 16 09:46:33 PDT 2013


On Tue, Jul 16, 2013 at 5:19 AM, Devchandra L Meetei <dlmeetei at gmail.com> wrote:
> Compilling LLVM/clang does  not finish compilling for 3 or 4 hours(which was
> not the case earlier). and saw following warning also. The warning format
> does not seem to be from
>> gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-3)

If clang is installed on your system, configure will automatically
prefer it over gcc.  You can override this by specifying CC and CXX.

That said, please file a bug; building clang with clang should not
generate warnings.

-Eli



More information about the cfe-dev mailing list