We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07c350a commit 033d398Copy full SHA for 033d398
system-build.sh
@@ -61,7 +61,7 @@ OPTS=
61
ARCHIVE="no"
62
FULL_ARCHIVE="no"
63
BUILD_KLEE="yes"
64
-BUILD_PREDATOR="no"
+BUILD_PREDATOR="yes"
65
BUILD_LLVM2C='yes'
66
LLVM_CONFIG=
67
@@ -401,7 +401,7 @@ if [ -d predator-${LLVM_VERSION} ]; then
401
fi
402
if [ $FROM -le 6 -a "$BUILD_PREDATOR" = "yes" ]; then
403
if [ ! -d predator-${LLVM_VERSION} ]; then
404
- git_clone_or_pull "https://github.com/staticafi/predator" -b svcomp21-v1 predator-${LLVM_VERSION}
+ git_clone_or_pull "https://github.com/lzaoral/predator" -b upstream-rebase predator-${LLVM_VERSION}
405
406
407
pushd predator-${LLVM_VERSION}
0 commit comments