diff options
Diffstat (limited to 'runtime/jit/jit.cc')
-rw-r--r-- | runtime/jit/jit.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/jit/jit.cc b/runtime/jit/jit.cc index fe778e4675..3d7ba535c2 100644 --- a/runtime/jit/jit.cc +++ b/runtime/jit/jit.cc @@ -810,6 +810,7 @@ class JitCompileTask final : public Task { compilation_kind_(compilation_kind), scoped_compilation_(std::move(sc)) { DCHECK(scoped_compilation_.OwnsCompilation()); + // NOLINTNEXTLINE - OwnsCompilation is still valid after move constructor DCHECK(!sc.OwnsCompilation()); } |