[PATCH] D143205: [clang] add __has_extension(gnu_asm_goto_with_outputs_full)

Nick Desaulniers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 2 11:26:19 PST 2023


nickdesaulniers added inline comments.


================
Comment at: clang/docs/LanguageExtensions.rst:1588
+
+Prior to clang-16, the output may only be used safely when the indirect
+branches are not taken.  Query for this difference with
----------------
err...clang-17


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143205/new/

https://reviews.llvm.org/D143205



More information about the cfe-commits mailing list