Skip to content

Commit ce90d65

Browse files
committed
Change klee and add flag
1 parent bc4cf27 commit ce90d65

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

server/src/KleeRunner.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ KleeRunner::createKleeParams(const tests::TestMethod &testMethod,
232232
"--check-div-zero=false",
233233
"--check-overshift=false",
234234
"--skip-not-symbolic-objects",
235+
"--use-tbaa",
235236
"--output-dir=" + kleeOut.string()};
236237
if (settingsContext.useDeterministicSearcher) {
237238
argvData.emplace_back("--search=dfs");

0 commit comments

Comments
 (0)