Skip to content

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
  • Loading branch information
misonijnik committed Aug 22, 2024
1 parent 039fd2e commit a5bafde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Module/InstrumentLegacy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ void klee::checkModule(bool DontVerify, llvm::Module *module) {

void klee::optimiseAndPrepare(bool OptimiseKLEECall, bool Optimize,
bool Simplify, bool WithFPRuntime,
SwitchImplType SwitchType, std::string EntryPoint,
SwitchImplType SwitchType, const std::string &EntryPoint,
llvm::ArrayRef<const char *> preservedFunctions,
llvm::Module *module) {
// Preserve all functions containing klee-related function calls from being
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/ModuleHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ enum class SwitchImplType {

void optimiseAndPrepare(bool OptimiseKLEECall, bool Optimize, bool Simplify,
bool WithFPRuntime, SwitchImplType SwitchType,
std::string EntryPoint,
const std::string &EntryPoint,
llvm::ArrayRef<const char *> preservedFunctions,
llvm::Module *module);
void checkModule(bool DontVerfify, llvm::Module *module);
Expand Down

0 comments on commit a5bafde

Please sign in to comment.