[PATCH] D65302: [clang][docs][release notes] mention asm goto support
Nick Desaulniers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 25 15:44:26 PDT 2019
nickdesaulniers marked an inline comment as done.
nickdesaulniers added inline comments.
================
Comment at: clang/docs/ReleaseNotes.rst:116
+ control flow from inline assembly. The main consumer of this construct is the
+ Linux kernel and glib. There a few long tail bugs in Clang's integrated
+ assembler and IfConverter still being fixed related to the use of
----------------
I wasn't sure the best way to state something along the lines of "support is in beta shape, plz report bugz?"
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65302/new/
https://reviews.llvm.org/D65302
More information about the cfe-commits
mailing list