forked from OSchip/llvm-project
parent
64cccfcc72
commit
6528f2eac9
|
@ -1622,7 +1622,6 @@ template <class ELFT> void LinkerDriver::link(opt::InputArgList &Args) {
|
|||
// values such as a default image base address.
|
||||
Target = getTarget();
|
||||
|
||||
Config->EFlags = Target->calcEFlags();
|
||||
Config->EFlags = Target->calcEFlags();
|
||||
Config->MaxPageSize = getMaxPageSize(Args);
|
||||
Config->ImageBase = getImageBase(Args);
|
||||
|
|
Loading…
Reference in New Issue