forked from OSchip/llvm-project
[JITLink] Remove a redundant semicolon, silencing -Wpedantic warnings with GCC. NFC.
llvm-svn: 373696
This commit is contained in:
parent
5caeb4a9b0
commit
5dd60c0c54
|
@ -972,7 +972,7 @@ createLookupContinuation(Continuation Cont) {
|
|||
};
|
||||
|
||||
return std::make_unique<Impl>(std::move(Cont));
|
||||
};
|
||||
}
|
||||
|
||||
/// Holds context for a single jitLink invocation.
|
||||
class JITLinkContext {
|
||||
|
|
Loading…
Reference in New Issue