[llvm] 364eb37 - [CodeView] Remove unnecessary property that was commited by accident.

Alexandre Ganea via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 3 10:29:17 PST 2022


Author: Alexandre Ganea
Date: 2022-01-03T13:29:08-05:00
New Revision: 364eb371012b2641b07194ae67a4f685f1da65e4

URL: https://github.com/llvm/llvm-project/commit/364eb371012b2641b07194ae67a4f685f1da65e4
DIFF: https://github.com/llvm/llvm-project/commit/364eb371012b2641b07194ae67a4f685f1da65e4.diff

LOG: [CodeView] Remove unnecessary property that was commited by accident.

Added: 
    

Modified: 
    llvm/include/llvm/MC/MCTargetOptions.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/MC/MCTargetOptions.h b/llvm/include/llvm/MC/MCTargetOptions.h
index 3510eeca89538..db50dc6749e2e 100644
--- a/llvm/include/llvm/MC/MCTargetOptions.h
+++ b/llvm/include/llvm/MC/MCTargetOptions.h
@@ -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;


        


More information about the llvm-commits mailing list