Skip to content

Commit aca6871

Browse files
alvinhochunmstorsjo
authored andcommitted
Add a note in readme for Control Flow Guard
1 parent 8536b74 commit aca6871

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Benefits of a LLVM based MinGW toolchain are:
1313
architecture
1414
- Support for generating debug info in PDB format
1515
- Support for Address Sanitizer and Undefined Behaviour Sanitizer
16+
- Since LLVM 16: Support for [Control Flow Guard](https://github.com/mstorsjo/llvm-mingw/issues/301)
17+
(`-mguard=cf` compile and link flags)
1618

1719
Clang on its own can also be used as compiler in the normal GNU binutils
1820
based environments though, so the main difference lies in replacing

0 commit comments

Comments
 (0)