[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 14:24:42 PDT 2019


hans accepted this revision.
hans added a comment.
This revision is now accepted and ready to land.

Looks great!

Go ahead and commit directly to the branch (I think it can only be done with SVN still), or let me know if you'd like me to do it.



================
Comment at: clang/docs/ReleaseNotes.rst:255
+With support for asm goto, the mainline Linux kernel for x86_64 is now buildable
+(and bootable) with Clang-9.  Other architectures that don't require
+CONFIG_JUMP_LABEL=y such as arm, aarch64, ppc32, ppc64le, (and possibly mips)
----------------
nit: I'd prefer "Clang 9" without the hyphen.


================
Comment at: clang/docs/ReleaseNotes.rst:257
+CONFIG_JUMP_LABEL=y such as arm, aarch64, ppc32, ppc64le, (and possibly mips)
+have been supported with older releases of Clang (clang-4 was first used with
+aarch64).
----------------
Clang 4


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