r197024 - Turning IAS on by default on ARM/Thumb

Rafael EspĂ­ndola rafael.espindola at gmail.com
Thu Dec 12 07:59:09 PST 2013


>  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



More information about the cfe-commits mailing list