Skip to content

Commit ed6071d

Browse files
committed
Drop unused OutputFileBase variable
1 parent 495cf8a commit ed6071d

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

clang/include/clang/Driver/Options.td

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5899,8 +5899,7 @@ def foutput_file_base : Joined<["-"], "foutput-file-base=">,
58995899
Flags<[NoXarchOption, HelpHidden]>,
59005900
Visibility<[ClangOption]>,
59015901
HelpText<"Name extra output files after <base> not the main output file">,
5902-
MetaVarName<"<base>">,
5903-
MarshallingInfoString<FrontendOpts<"OutputFileBase">>;
5902+
MetaVarName<"<base>">;
59045903
def object_file_name_EQ : Joined<["-"], "object-file-name=">,
59055904
Visibility<[ClangOption, CC1Option, CC1AsOption, CLOption, DXCOption]>,
59065905
HelpText<"Set the output <file> for debug infos">, MetaVarName<"<file>">,

clang/include/clang/Frontend/FrontendOptions.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -439,9 +439,6 @@ class FrontendOptions {
439439
/// The output file, if any.
440440
std::string OutputFile;
441441

442-
/// The base, if any, to use instead of OutputFile for extra output files.
443-
std::string OutputFileBase;
444-
445442
/// If given, the new suffix for fix-it rewritten files.
446443
std::string FixItSuffix;
447444

0 commit comments

Comments
 (0)