Skip to content

Commit

Permalink
[CodeView] Remove unnecessary property that was commited by accident.
Browse files Browse the repository at this point in the history
  • Loading branch information
aganea committed Jan 3, 2022
1 parent e32936a commit 364eb37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/include/llvm/MC/MCTargetOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ class MCTargetOptions {
std::string ABIName;
std::string AssemblyLanguage;
std::string SplitDwarfFile;
std::string COFFOutputFilename;

const char *Argv0 = nullptr;
ArrayRef<std::string> CommandLineArgs;
Expand Down

0 comments on commit 364eb37

Please sign in to comment.