diff options
Diffstat (limited to 'lld/ELF/InputFiles.h')
-rw-r--r-- | lld/ELF/InputFiles.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lld/ELF/InputFiles.h b/lld/ELF/InputFiles.h index cb6bccb5e8c..09bc34b2887 100644 --- a/lld/ELF/InputFiles.h +++ b/lld/ELF/InputFiles.h @@ -113,9 +113,9 @@ public: bool JustSymbols = false; // GroupId is used for --warn-backrefs which is an optional error - // checking feature. All files within the same --{start,end}-group - // get the same group ID. Otherwise, each file gets a new group - // ID. For more info, see checkDependency() in SymbolTable.cpp. + // checking feature. All files within the same --{start,end}-group or + // --{start,end}-lib get the same group ID. Otherwise, each file gets a new + // group ID. For more info, see checkDependency() in SymbolTable.cpp. uint32_t GroupId; static bool IsInGroup; static uint32_t NextGroupId; |