forked from OSchip/llvm-project
[ELF] Remove extra semicolon to placate GCC. NFCI.
llvm-svn: 286529
This commit is contained in:
parent
1c9da8bc55
commit
b69f38f7a7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue