commit 4053b95d8e2dea661ff7b1dfdb4a9aa32d08db14 (tree)
parent 8b7539bd9554d25599ccff6f0e9ea79aa051946b
Author: Andrew Kelley <andrew@ziglang.org>
Date: Thu, 8 Oct 2020 16:13:37 -0700
run update_clang_options on llvm 11 rc6
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/clang_options_data.zig b/src/clang_options_data.zig
@@ -3071,6 +3071,7 @@ flagpd1("fno-split-dwarf-inlining"),
flagpd1("fno-split-lto-unit"),
flagpd1("fno-stack-arrays"),
flagpd1("fno-stack-check"),
+flagpd1("fno-stack-clash-protection"),
flagpd1("fno-stack-protector"),
flagpd1("fno-stack-size-section"),
flagpd1("fno-standalone-debug"),
@@ -3135,7 +3136,6 @@ flagpd1("fno-zvector"),
flagpd1("fnon-call-exceptions"),
flagpd1("fnoopenmp-relocatable-target"),
flagpd1("fnoopenmp-use-tls"),
-flagpd1("fnostack-clash-protection"),
flagpd1("fnoxray-link-deps"),
flagpd1("fobjc-arc"),
flagpd1("fobjc-arc-exceptions"),