Skip to content

Commit

Permalink
[NFC] Add another missing 'override'
Browse files Browse the repository at this point in the history
This should be the last one needed to appease the -Werror bots (knock on wood).
  • Loading branch information
kepler-5 committed Jul 21, 2020
1 parent 138244f commit a58a8c0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -454,7 +454,7 @@ class OrcRemoteTargetClient
RemoteTrampolinePool(OrcRemoteTargetClient &Client) : Client(Client) {}

private:
Error grow() {
Error grow() override {
JITTargetAddress BlockAddr = 0;
uint32_t NumTrampolines = 0;
if (auto TrampolineInfoOrErr = Client.emitTrampolineBlock())
Expand Down

0 comments on commit a58a8c0

Please sign in to comment.