Thanks to visit codestin.com Credit goes to github.com
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 2dad308 commit ef668d8Copy full SHA for ef668d8
src/backend/jit/llvm/llvmjit.c
@@ -77,7 +77,7 @@ LLVMTypeRef StructAggStatePerTransData;
77
78
LLVMValueRef AttributeTemplate;
79
80
-LLVMModuleRef llvm_types_module = NULL;
+static LLVMModuleRef llvm_types_module = NULL;
81
82
static bool llvm_session_initialized = false;
83
static size_t llvm_generation = 0;
src/include/jit/llvmjit.h
@@ -55,9 +55,6 @@ typedef struct LLVMJitContext
55
List *handles;
56
} LLVMJitContext;
57
58
-/* llvm module containing information about types */
59
-extern PGDLLIMPORT LLVMModuleRef llvm_types_module;
60
-
61
/* type and struct definitions */
62
extern PGDLLIMPORT LLVMTypeRef TypeParamBool;
63
extern PGDLLIMPORT LLVMTypeRef TypePGFunction;
0 commit comments