forked from OSchip/llvm-project
parent
8367634c7a
commit
70ce0a9f74
|
@ -72,8 +72,8 @@ struct ScriptConfiguration {
|
||||||
std::vector<SectionsCommand> Commands;
|
std::vector<SectionsCommand> Commands;
|
||||||
|
|
||||||
// Used to assign sections to headers.
|
// Used to assign sections to headers.
|
||||||
std::vector<PhdrsCommand> PhdrsCommands;
|
std::vector<PhdrsCommand> PhdrsCommands;
|
||||||
|
|
||||||
bool DoLayout = false;
|
bool DoLayout = false;
|
||||||
|
|
||||||
llvm::BumpPtrAllocator Alloc;
|
llvm::BumpPtrAllocator Alloc;
|
||||||
|
|
Loading…
Reference in New Issue