[LangRef] update according to unwinding support in inline asm
authorcynecx <me@cynecx.net>
Mon, 31 May 2021 08:00:35 +0000 (09:00 +0100)
committerAmanieu d'Antras <amanieu@gmail.com>
Mon, 31 May 2021 08:01:46 +0000 (09:01 +0100)
commit22f635b1b31a6bee1b0b8df58d5c8207c835b216
tree0a4ec3fca36a9ff2260a197849865828816eb135
parent7d7b72bad7ff1fc22c79d535826de43452f3379d
[LangRef] update according to unwinding support in inline asm

https://reviews.llvm.org/D95745 introduced a new `unwind` keyword for inline assembler expressions. Inline asms marked with the `unwind` keyword allows stack unwinding from inline assembly because the compiler emits unwinding information ("around" the inline asm) as it would for calls/invokes. Unwinding the stack from within non-unwind inline asm may cause UB.

Reviewed By: Amanieu

Differential Revision: https://reviews.llvm.org/D102642
llvm/docs/LangRef.rst