Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vitstn committed Dec 21, 2023
1 parent b97c74b commit 83bdb79
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ydb/library/yql/minikql/codegen/codegen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,14 +224,6 @@ namespace {
}
};

struct TCodegenCleanup {
~TCodegenCleanup() {
llvm::llvm_shutdown();
}
};

TCodegenCleanup Cleanup;

bool CompareFuncOffsets(const std::pair<ui64, llvm::Function*>& lhs,
const std::pair<ui64, llvm::Function*>& rhs) {
return lhs.first < rhs.first;
Expand Down

0 comments on commit 83bdb79

Please sign in to comment.