>  C Language Changes in Clang
>  ---------------------------
>
> -...
> +The integrated assembler is now turned on by default on ARM (and Thumb),
> +so the use of the option `-integrated-as` is now redundant on those
> +architectures. This is an important move to both *eat our own dog food*
> +and to ease cross-compilation tremendously.
> +
> +We are aware of the problems that this may cause for code bases that
> +rely on specific GNU syntax or extensions, and we're working towards
> +getting them all fixed. Please, report bugs or feature requests if
> +you find anything. In the meantime, use `-no-integrated-as` to revert
> +back the call to GNU assembler.

This is probably the wrong section, no? This is not C specific.

Cheers,
Rafael
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to