Skip to content

Commit

Permalink
Annotate virtual destructor with override.
Browse files Browse the repository at this point in the history
#xls-build-gardener

PiperOrigin-RevId: 666083600
  • Loading branch information
hzeller authored and copybara-github committed Aug 21, 2024
1 parent 551300f commit 789433a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xls/jit/orc_jit.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class OrcJit : public LlvmCompiler {
public:
static constexpr int64_t kDefaultOptLevel = 3;

~OrcJit();
~OrcJit() override;

absl::StatusOr<OrcJit*> AsOrcJit() override { return this; }

Expand Down

0 comments on commit 789433a

Please sign in to comment.