Skip to content

Commit 033d398

Browse files
committed
DO NOT MERGE: test compilation with rebased predator
1 parent 07c350a commit 033d398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ OPTS=
6161
ARCHIVE="no"
6262
FULL_ARCHIVE="no"
6363
BUILD_KLEE="yes"
64-
BUILD_PREDATOR="no"
64+
BUILD_PREDATOR="yes"
6565
BUILD_LLVM2C='yes'
6666
LLVM_CONFIG=
6767

@@ -401,7 +401,7 @@ if [ -d predator-${LLVM_VERSION} ]; then
401401
fi
402402
if [ $FROM -le 6 -a "$BUILD_PREDATOR" = "yes" ]; then
403403
if [ ! -d predator-${LLVM_VERSION} ]; then
404-
git_clone_or_pull "https://github.com/staticafi/predator" -b svcomp21-v1 predator-${LLVM_VERSION}
404+
git_clone_or_pull "https://github.com/lzaoral/predator" -b upstream-rebase predator-${LLVM_VERSION}
405405
fi
406406

407407
pushd predator-${LLVM_VERSION}

0 commit comments

Comments
 (0)