[PATCH] D41814: [COFF] Delete CanExitEarly

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 8 13:16:16 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rLLD322026: [COFF] Delete CanExitEarly (authored by smeenai, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D41814?vs=128892&id=128975#toc

Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D41814

Files:
  COFF/Config.h
  COFF/Driver.cpp


Index: COFF/Driver.cpp
===================================================================
--- COFF/Driver.cpp
+++ COFF/Driver.cpp
@@ -60,7 +60,6 @@
   errorHandler().ExitEarly = CanExitEarly;
   Config = make<Configuration>();
   Config->Argv = {Args.begin(), Args.end()};
-  Config->CanExitEarly = CanExitEarly;
 
   Symtab = make<SymbolTable>();
 
Index: COFF/Config.h
===================================================================
--- COFF/Config.h
+++ COFF/Config.h
@@ -164,7 +164,6 @@
   uint32_t MinorImageVersion = 0;
   uint32_t MajorOSVersion = 6;
   uint32_t MinorOSVersion = 0;
-  bool CanExitEarly = false;
   bool DynamicBase = true;
   bool AllowBind = true;
   bool NxCompat = true;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41814.128975.patch
Type: text/x-patch
Size: 704 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180108/eeb028f0/attachment.bin>


More information about the llvm-commits mailing list