[cfe-commits] r154666 - /cfe/trunk/test/CodeGen/arm-homogenous.c

Axel Naumann Axel.Naumann at cern.ch
Mon Apr 16 00:36:00 PDT 2012


Hi Anton!

The others don't require

In file included from
cling-src-r43748/tools/clang/test/CodeGen/arm-homogenous.c:2:
In file included from
obj/Release+Asserts/bin/../lib/clang/3.1/include/stdint.h:33:
In file included from /usr/include/stdint.h:26:
In file included from /usr/include/features.h:378:
/usr/include/gnu/stubs.h:7:11: fatal error: 'gnu/stubs-32.h' file not found
# include <gnu/stubs-32.h>
          ^
1 error generated.

Anyway - I can of course install stubs-32; but given that I ask for
--enable-targets=host on a x86_64-linux-gnu, I find it surprising that
ARM tests are even expected to run. Am I misunderstanding the target
concept here, or is clang including more targets than it should?

Cheers, Axel.

On 4/13/12 4:29 PM, Anton Korobeynikov wrote:
> Hi Axel,
> 
>> Could this be protected by "arm target is available"? I get a failure
>> due to a missing gnu/stubs-32.h on Ubuntu 10.04 configure with
>> --enable-targets=host.
> Hrm, interesting... Why are other arm tests (arm-*.h) work for you?
> 



More information about the cfe-commits mailing list