We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70de37c + 12bc6d9 commit 288e44eCopy full SHA for 288e44e
1 file changed
include/phasar/PhasarLLVM/DataFlowSolver/IfdsIde/LLVMZeroValue.h
@@ -33,9 +33,9 @@ class Value;
33
namespace psr {
34
35
// do not touch, its only purpose is to make ZeroValue working
36
-static const std::unique_ptr<llvm::LLVMContext>
+inline const std::unique_ptr<llvm::LLVMContext>
37
LLVMZeroValueCTX(new llvm::LLVMContext);
38
-static const std::unique_ptr<llvm::Module>
+inline const std::unique_ptr<llvm::Module>
39
LLVMZeroValueMod(new llvm::Module("zero_module", *LLVMZeroValueCTX));
40
41
/**
0 commit comments