Skip to content

Commit

Permalink
DO NOT MERGE: test compilation with rebased predator
Browse files Browse the repository at this point in the history
  • Loading branch information
lzaoral committed Dec 18, 2022
1 parent 98b0757 commit 20c0732
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ OPTS=
ARCHIVE="no"
FULL_ARCHIVE="no"
BUILD_KLEE="yes"
BUILD_PREDATOR="no"
BUILD_PREDATOR="yes"
BUILD_LLVM2C='yes'
LLVM_CONFIG=

Expand Down Expand Up @@ -396,7 +396,7 @@ if [ -d predator-${LLVM_VERSION} ]; then
fi
if [ $FROM -le 6 -a "$BUILD_PREDATOR" = "yes" ]; then
if [ ! -d predator-${LLVM_VERSION} ]; then
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}
fi

pushd predator-${LLVM_VERSION}
Expand Down

0 comments on commit 20c0732

Please sign in to comment.