We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e75492 commit ca89db5Copy full SHA for ca89db5
src/backend/jit/llvm/llvmjit.c
@@ -1033,20 +1033,12 @@ llvm_shutdown(int code, Datum arg)
1033
1034
if (llvm_opt3_orc)
1035
{
1036
-#if defined(HAVE_DECL_LLVMORCREGISTERPERF) && HAVE_DECL_LLVMORCREGISTERPERF
1037
- if (jit_profiling_support)
1038
- LLVMOrcUnregisterPerf(llvm_opt3_orc);
1039
-#endif
1040
LLVMOrcDisposeInstance(llvm_opt3_orc);
1041
llvm_opt3_orc = NULL;
1042
}
1043
1044
if (llvm_opt0_orc)
1045
1046
1047
1048
- LLVMOrcUnregisterPerf(llvm_opt0_orc);
1049
1050
LLVMOrcDisposeInstance(llvm_opt0_orc);
1051
llvm_opt0_orc = NULL;
1052
0 commit comments