[PATCH] D135818: [clang] Update ASM goto documentation to reflect how Clang differs from GCC
Bill Wendling via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 13 12:05:11 PDT 2022
void marked 2 inline comments as done.
void added inline comments.
================
Comment at: clang/docs/LanguageExtensions.rst:1553
+ implementation<https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html>`_ in
+ that Clang doesn't support outputs on the indirect branch. Use of an output
+ on the indirect branch may result in undefined behavior and should be
----------------
nickdesaulniers wrote:
> Consider adding a link to https://github.com/llvm/llvm-project/issues/53562?
>
> Clang doesn't yet support... but support is planned.
>
> or something.
I'll add the link to the commit message. I don't know if it's very useful here, as it pertains mostly to compiler developers rather than end users.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135818/new/
https://reviews.llvm.org/D135818
More information about the cfe-commits
mailing list