Bug#652278: clang does not pull required header files
Sylvestre Ledru
sylvestre at debian.org
Tue Dec 20 07:36:24 UTC 2011
Le mardi 20 décembre 2011 à 01:59 +0100, Gabriel Corona a écrit :
> > will it happen ?
>
> I guess it could. The errors
>
> /usr/lib/gcc/x86_64-linux-gnu/4.6/include/xmmintrin.h:102:19: error: use of undeclared identifier '__builtin_ia32_addss'
> return (__m128) __builtin_ia32_addss ((__v4sf)__A, (__v4sf)__B);
> [...]
>
> happen at the semantic analysis phase (lib/Sema) and not the
> the code generation phase (lib/CodeGen) (which is not included in libclang).
>
> An IDE using libclang for semantic analysis could fail because of this.
Cleaver example! :)
I will implement your proposal of an other package containing it.
Thanks,
Sylvestre
More information about the Pkg-llvm-team
mailing list