Skip to content

Commit 20c0732

Browse files
committed
DO NOT MERGE: test compilation with rebased predator
1 parent 98b0757 commit 20c0732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system-build.sh

+2-2
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

@@ -396,7 +396,7 @@ if [ -d predator-${LLVM_VERSION} ]; then
396396
fi
397397
if [ $FROM -le 6 -a "$BUILD_PREDATOR" = "yes" ]; then
398398
if [ ! -d predator-${LLVM_VERSION} ]; then
399-
git_clone_or_pull "https://github.com/staticafi/predator" -b svcomp21-v1 predator-${LLVM_VERSION}
399+
git_clone_or_pull "https://github.com/lzaoral/predator" -b upstream-rebase predator-${LLVM_VERSION}
400400
fi
401401

402402
pushd predator-${LLVM_VERSION}

0 commit comments

Comments
 (0)