Skip to content

Commit

Permalink
[fix] Disable AlignSymbolicPointers in error guided mode
Browse files Browse the repository at this point in the history
  • Loading branch information
misonijnik committed Nov 22, 2022
1 parent d8a07ff commit 8b67688
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Core/Executor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5745,6 +5745,7 @@ void Executor::runThroughLocations(llvm::Function *f, int argc, char **argv,
guidanceKind = GuidanceKind::ErrorGuidance;
MockAllExternalCalls = true;
ForkPartialValidity = true;
AlignSymbolicPointers = false;
ExecutionState *state = formState(f, argc, argv, envp);
bindModuleConstants(llvm::APFloat::rmNearestTiesToEven);

Expand Down

0 comments on commit 8b67688

Please sign in to comment.