llvm-project/llvm/include
Martin Storsjö 20f7773bb4 [MC] [Win64EH] Fill in FuncletOrFuncEnd if missing
This can happen e.g. for code that declare .seh_proc/.seh_endproc
in assembly, or for code that use .seh_handlerdata (which triggers
the unwind info to be emitted before the end of the function).

The TextSection field must be made non-const to be able to use it
with Streamer.SwitchSection().

Differential Revision: https://reviews.llvm.org/D86528
2020-08-29 15:15:22 +03:00
..
llvm [MC] [Win64EH] Fill in FuncletOrFuncEnd if missing 2020-08-29 15:15:22 +03:00
llvm-c [ConstProp] Remove ConstantPropagation 2020-08-26 15:51:30 -07:00