1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Add Windows ehcont section support (/guard:ehcont).

Add option /guard:ehcont

Reviewed By: rnk

Differential Revision: https://reviews.llvm.org/D96709
This commit is contained in:
Wang, Pengfei 2021-03-03 10:38:21 +08:00
parent 09d28f9368
commit 2e2e287013

View File

@ -51,6 +51,9 @@ Non-comprehensive list of changes in this release
Makes programs 10x faster by doing Special New Thing.
* Windows Control-flow Enforcement Technology: the ``-ehcontguard`` option now
emits valid unwind entrypoints which are validated when the context is being
set during exception handling.
Changes to the LLVM IR
----------------------