[PATCH] D135818: [clang] Update ASM goto documentation to reflect how Clang differs from GCC

Nick Desaulniers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 13 10:31:27 PDT 2022


nickdesaulniers accepted this revision.
nickdesaulniers added inline comments.
This revision is now accepted and ready to land.


================
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
----------------
Consider adding a link to https://github.com/llvm/llvm-project/issues/53562?

Clang doesn't yet support... but support is planned.

or something.


================
Comment at: clang/docs/LanguageExtensions.rst:1557
 
-.. code-block:: c++
-
----------------
Do we need to keep the code block to retain formatting?


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