From b69f38f7a76ab0c5092c60e01dddb782a28850cc Mon Sep 17 00:00:00 2001 From: Davide Italiano Date: Fri, 11 Nov 2016 00:05:41 +0000 Subject: [PATCH] [ELF] Remove extra semicolon to placate GCC. NFCI. llvm-svn: 286529 --- lld/ELF/SyntheticSections.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/ELF/SyntheticSections.cpp b/lld/ELF/SyntheticSections.cpp index f66f0a3..66468da 100644 --- a/lld/ELF/SyntheticSections.cpp +++ b/lld/ELF/SyntheticSections.cpp @@ -91,7 +91,7 @@ static ArrayRef getVersion() { // +1 to include the terminating '\0'. return {(const uint8_t *)S.data(), S.size() + 1}; -}; +} // Creates a .comment section containing LLD version info. // With this feature, you can identify LLD-generated binaries easily -- 2.7.4