diff options
Diffstat (limited to 'lld/ELF/LinkerScript.h')
| -rw-r--r-- | lld/ELF/LinkerScript.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/ELF/LinkerScript.h b/lld/ELF/LinkerScript.h index f906d8ceda1..0503df65b0e 100644 --- a/lld/ELF/LinkerScript.h +++ b/lld/ELF/LinkerScript.h @@ -105,8 +105,8 @@ struct InputSectionDescription : BaseCommand { llvm::Regex FileRe; SortKind SortOuter = SortNone; SortKind SortInner = SortNone; - // Pairs of section regex and files excluded. - std::vector<std::pair<llvm::Regex, llvm::Regex>> SectionsVec; + llvm::Regex ExcludedFileRe; + llvm::Regex SectionRe; }; struct AssertCommand : BaseCommand { |

