aboutsummaryrefslogtreecommitdiff
path: root/ELF/LinkerScript.h
diff options
context:
space:
mode:
Diffstat (limited to 'ELF/LinkerScript.h')
-rw-r--r--ELF/LinkerScript.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ELF/LinkerScript.h b/ELF/LinkerScript.h
index 2caace6c5..a56ac2dc1 100644
--- a/ELF/LinkerScript.h
+++ b/ELF/LinkerScript.h
@@ -72,8 +72,8 @@ struct ScriptConfiguration {
std::vector<SectionsCommand> Commands;
// Used to assign sections to headers.
- std::vector<PhdrsCommand> PhdrsCommands;
-
+ std::vector<PhdrsCommand> PhdrsCommands;
+
bool DoLayout = false;
llvm::BumpPtrAllocator Alloc;