authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-10-08 16:13:37-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-10-08 16:13:37-07:00
log4053b95d8e2dea661ff7b1dfdb4a9aa32d08db14
tree43f11bd340cd7866463e70b28cb8ec99e3b54811
parent8b7539bd9554d25599ccff6f0e9ea79aa051946b

run update_clang_options on llvm 11 rc6


1 files changed, 1 insertions(+), 1 deletions(-)

src/clang_options_data.zig+1-1
......@@ -3071,6 +3071,7 @@ flagpd1("fno-split-dwarf-inlining"),
30713071flagpd1("fno-split-lto-unit"),
30723072flagpd1("fno-stack-arrays"),
30733073flagpd1("fno-stack-check"),
3074flagpd1("fno-stack-clash-protection"),
30743075flagpd1("fno-stack-protector"),
30753076flagpd1("fno-stack-size-section"),
30763077flagpd1("fno-standalone-debug"),
......@@ -3135,7 +3136,6 @@ flagpd1("fno-zvector"),
31353136flagpd1("fnon-call-exceptions"),
31363137flagpd1("fnoopenmp-relocatable-target"),
31373138flagpd1("fnoopenmp-use-tls"),
3138flagpd1("fnostack-clash-protection"),
31393139flagpd1("fnoxray-link-deps"),
31403140flagpd1("fobjc-arc"),
31413141flagpd1("fobjc-arc-exceptions"),