File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -673,8 +673,6 @@ def: J<"plugin-opt=cs-profile-path=">,
673673def: J<"plugin-opt=obj-path=">,
674674 Alias<lto_obj_path_eq>,
675675 HelpText<"Alias for --lto-obj-path=">;
676- def plugin_opt_opaque_pointers: F<"plugin-opt=opaque-pointers">,
677- HelpText<"Use opaque pointers in IR during LTO (default)">;
678676def: J<"plugin-opt=opt-remarks-filename=">,
679677 Alias<opt_remarks_filename>,
680678 HelpText<"Alias for --opt-remarks-filename">;
Original file line number Diff line number Diff line change @@ -308,8 +308,6 @@ namespace options {
308308 RemarksFormat = std::string (opt);
309309 } else if (opt.consume_front (" stats-file=" )) {
310310 stats_file = std::string (opt);
311- } else if (opt == " opaque-pointers" ) {
312- // We always use opaque pointers.
313311 } else {
314312 // Save this option to pass to the code generator.
315313 // ParseCommandLineOptions() expects argv[0] to be program name. Lazily
You can’t perform that action at this time.
0 commit comments