[llvm-dev] gcc-style __asm__

Reid Kleckner via llvm-dev llvm-dev at lists.llvm.org
Wed Oct 31 13:36:29 PDT 2018


No, GCC style inline assembly is supported everywhere. However, while,
Clang aims for compatibility with GCC and GNU assembler idioms, but it does
not always succeed. Set your expectations accordingly.

On Tue, Oct 30, 2018 at 7:13 PM blubee blubeeme via llvm-dev <
llvm-dev at lists.llvm.org> wrote:

> Is gcc style inline assembly only supported in x86 as reviewed here:
> https://reviews.llvm.org/D36371
>
> or is it supported on other platforms as well?
>
> If so, where is that documented?
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181031/e1901390/attachment.html>


More information about the llvm-dev mailing list