Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DO NOT MERGE: test compilation with rebased predator
Browse files Browse the repository at this point in the history
lzaoral committed Dec 18, 2022

Verified

This commit was signed with the committer’s verified signature.
rouault Even Rouault
1 parent 07c350a commit 033d398
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
@@ -61,7 +61,7 @@ OPTS=
ARCHIVE="no"
FULL_ARCHIVE="no"
BUILD_KLEE="yes"
BUILD_PREDATOR="no"
BUILD_PREDATOR="yes"
BUILD_LLVM2C='yes'
LLVM_CONFIG=

@@ -401,7 +401,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}

0 comments on commit 033d398

Please sign in to comment.