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=">,
673
673
def: J<"plugin-opt=obj-path=">,
674
674
Alias<lto_obj_path_eq>,
675
675
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)">;
678
676
def: J<"plugin-opt=opt-remarks-filename=">,
679
677
Alias<opt_remarks_filename>,
680
678
HelpText<"Alias for --opt-remarks-filename">;
Original file line number Diff line number Diff line change @@ -308,8 +308,6 @@ namespace options {
308
308
RemarksFormat = std::string (opt);
309
309
} else if (opt.consume_front (" stats-file=" )) {
310
310
stats_file = std::string (opt);
311
- } else if (opt == " opaque-pointers" ) {
312
- // We always use opaque pointers.
313
311
} else {
314
312
// Save this option to pass to the code generator.
315
313
// ParseCommandLineOptions() expects argv[0] to be program name. Lazily
You can’t perform that action at this time.
0 commit comments