[PATCH] D65302: [clang][docs][release notes] mention asm goto support

Hans Wennborg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 26 10:21:13 PDT 2019


hans added a comment.

Thanks!

Do you want to write something more general for the release notes about the status of Clang and the Linux kernel?



================
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
----------------
nickdesaulniers wrote:
> I wasn't sure the best way to state something along the lines of "support is in beta shape, plz report bugz?"
How about starting with "Initial support has been added for ...", and ending with "There are still unsupported corner cases in Clang's integrated assembler and in IfConverter. Please file bugs for any issues you run into." ?


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