Also move the line about __has_extension(gnu_asm_goto_with_outputs) so
that it is more generally about asm goto, not the paragraph on symbolic
references.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D143205
[clang] add __has_extension(gnu_asm_goto_with_outputs_full) ClosedPublic Authored by nickdesaulniers on Feb 2 2023, 11:22 AM.
Details Summary Also move the line about __has_extension(gnu_asm_goto_with_outputs) so
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Feb 6 2023, 9:27 AM nickdesaulniers removed a parent revision: D142940: [llvm][SelectionDAGBuilder] change callbr.landingpad intrinsic to accept explicit param.Feb 16 2023, 2:58 PM nickdesaulniers added a parent revision: D140508: [clang] fix -Wuninitialized for asm goto outputs on indirect edges.. nickdesaulniers removed a child revision: D143961: [llvm][SelectionDAGBuilder] use getRegistersForValue to generate legal copies. Closed by commit rG54186d33c3a0: [clang] add __has_extension(gnu_asm_goto_with_outputs_full) (authored by nickdesaulniers). · Explain WhyFeb 16 2023, 6:04 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 498223 clang/docs/LanguageExtensions.rst
clang/include/clang/Basic/Features.def
clang/test/Parser/asm-goto.c
|
err...clang-17