Skip to content

Commit

Permalink
run update_clang_options on llvm 11 rc6
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk committed Oct 8, 2020
1 parent 8b7539b commit 4053b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clang_options_data.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down Expand Up @@ -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"),
Expand Down

0 comments on commit 4053b95

Please sign in to comment.