mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
d4eefe6819
In the future Windows will enable Control-flow Enforcement Technology (CET aka shadow stacks). To protect the path where the context is updated during exception handling, the binary is required to enumerate valid unwind entrypoints in a dedicated section which is validated when the context is being set during exception handling. This change allows llvm to generate the section that contains the appropriate symbol references in the form expected by the msvc linker. This feature is enabled through a new module flag, ehcontguard, which was modelled on the cfguard flag. The change includes a test that when the module flag is enabled the section is correctly generated. The set of exception continuation information includes returns from exceptional control flow (catchret in llvm). In order to collect catchret we: 1) Includes an additional flag on machine basic blocks to indicate that the given block is the target of a catchret operation, 2) Introduces a new machine function pass to insert and collect symbols at the start of each block, and 3) Combines these targets with the other EHCont targets that were already being collected. Change originally authored by Daniel Frampton <dframpto@microsoft.com> For more details, see MSVC documentation for `/guard:ehcont` https://docs.microsoft.com/en-us/cpp/build/reference/guard-enable-eh-continuation-metadata Reviewed By: pengfei Differential Revision: https://reviews.llvm.org/D94835 |
||
---|---|---|
.. | ||
MCDisassembler | ||
MCParser | ||
ConstantPools.h | ||
LaneBitmask.h | ||
MachineLocation.h | ||
MCAsmBackend.h | ||
MCAsmInfo.h | ||
MCAsmInfoCOFF.h | ||
MCAsmInfoDarwin.h | ||
MCAsmInfoELF.h | ||
MCAsmInfoWasm.h | ||
MCAsmInfoXCOFF.h | ||
MCAsmLayout.h | ||
MCAsmMacro.h | ||
MCAssembler.h | ||
MCCodeEmitter.h | ||
MCCodeView.h | ||
MCContext.h | ||
MCDirectives.h | ||
MCDwarf.h | ||
MCELFObjectWriter.h | ||
MCELFStreamer.h | ||
MCExpr.h | ||
MCFixedLenDisassembler.h | ||
MCFixup.h | ||
MCFixupKindInfo.h | ||
MCFragment.h | ||
MCInst.h | ||
MCInstBuilder.h | ||
MCInstPrinter.h | ||
MCInstrAnalysis.h | ||
MCInstrDesc.h | ||
MCInstrInfo.h | ||
MCInstrItineraries.h | ||
MCLabel.h | ||
MCLinkerOptimizationHint.h | ||
MCMachObjectWriter.h | ||
MCObjectFileInfo.h | ||
MCObjectStreamer.h | ||
MCObjectWriter.h | ||
MCPseudoProbe.h | ||
MCRegister.h | ||
MCRegisterInfo.h | ||
MCSchedule.h | ||
MCSection.h | ||
MCSectionCOFF.h | ||
MCSectionELF.h | ||
MCSectionMachO.h | ||
MCSectionWasm.h | ||
MCSectionXCOFF.h | ||
MCStreamer.h | ||
MCSubtargetInfo.h | ||
MCSymbol.h | ||
MCSymbolCOFF.h | ||
MCSymbolELF.h | ||
MCSymbolMachO.h | ||
MCSymbolWasm.h | ||
MCSymbolXCOFF.h | ||
MCTargetOptions.h | ||
MCTargetOptionsCommandFlags.h | ||
MCValue.h | ||
MCWasmObjectWriter.h | ||
MCWasmStreamer.h | ||
MCWin64EH.h | ||
MCWinCOFFObjectWriter.h | ||
MCWinCOFFStreamer.h | ||
MCWinEH.h | ||
MCXCOFFObjectWriter.h | ||
MCXCOFFStreamer.h | ||
SectionKind.h | ||
StringTableBuilder.h | ||
SubtargetFeature.h |