[ELF] Remove extra semicolon to placate GCC. NFCI.

llvm-svn: 286529
This commit is contained in:
Davide Italiano 2016-11-11 00:05:41 +00:00
parent 1c9da8bc55
commit b69f38f7a7
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ static ArrayRef<uint8_t> 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