Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ class Value;
namespace psr {

// do not touch, its only purpose is to make ZeroValue working
static const std::unique_ptr<llvm::LLVMContext>
inline const std::unique_ptr<llvm::LLVMContext>
Comment thread
vulder marked this conversation as resolved.
LLVMZeroValueCTX(new llvm::LLVMContext);
static const std::unique_ptr<llvm::Module>
inline const std::unique_ptr<llvm::Module>
LLVMZeroValueMod(new llvm::Module("zero_module", *LLVMZeroValueCTX));

/**
Expand Down