diff options
Diffstat (limited to 'ELF/LinkerScript.h')
| -rw-r--r-- | ELF/LinkerScript.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ELF/LinkerScript.h b/ELF/LinkerScript.h index 04a388efb4e9..61942b2db357 100644 --- a/ELF/LinkerScript.h +++ b/ELF/LinkerScript.h @@ -256,6 +256,7 @@ public: bool isDefined(StringRef S); std::vector<OutputSection *> *OutputSections; + void fabricateDefaultCommands(bool AllocateHeader); void addOrphanSections(OutputSectionFactory &Factory); void removeEmptyCommands(); void adjustSectionsBeforeSorting(); |
