[cfe-commits] [LLVMdev] Clang build "clang-native-arm-cortex-a9" is broken

Eric Christopher echristo at apple.com
Wed Sep 21 13:51:22 PDT 2011


On Sep 21, 2011, at 1:13 PM, Galina Kistanova wrote:

> I have tracked it down to the real reason.
> 
> The revisions 139934-139937 has changed the order in which configure
> chooses a compiler. Clang is checked first, then llvm-gcc, and then
> gcc.
> 

Yep. I guess I could have done a check for a reasonable clang, but it seemed silly.

> I can see the reason for this change.
> However, in this particular case it has broken the build because
> Ubuntu includes clang 2.8 which doesn't know where includes are.

I'm going to call this an ubuntu bug. That's just stupid.

> 
> I have removed clang from the host to force gcc to be chosen, which is
> what is intended for this builder.
> 
> The buildslave will be back on-line shortly.

Aha. Excellent.

-eric



More information about the cfe-commits mailing list