[PATCH] D41275: [LLD] [MinGW] Ignore the --no-seh flag
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 15 12:54:00 PST 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rLLD320861: [MinGW] Ignore the --no-seh flag (authored by mstorsjo, committed by ).
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D41275
Files:
MinGW/Options.td
Index: MinGW/Options.td
===================================================================
--- MinGW/Options.td
+++ MinGW/Options.td
@@ -55,6 +55,7 @@
def high_entropy_va: F<"high-entropy-va">, HelpText<"Enable 64-bit ASLR">;
def major_image_version: S<"major-image-version">;
def minor_image_version: S<"minor-image-version">;
+def no_seh: F<"no-seh">;
def nxcompat: F<"nxcompat">, HelpText<"Enable data execution prevention">;
def pic_executable: F<"pic-executable">;
def sysroot: J<"sysroot">, HelpText<"Sysroot">;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41275.127179.patch
Type: text/x-patch
Size: 525 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171215/e3f9088c/attachment.bin>
More information about the llvm-commits
mailing list