Skip to content

Commit

Permalink
update KLEE
Browse files Browse the repository at this point in the history
  • Loading branch information
ladisgin committed Aug 2, 2024
1 parent 64f5391 commit 1df9b7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions submodules/build-klee.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,16 @@ $UTBOT_CMAKE_BINARY -G Ninja \
-DENABLE_SYSTEM_TESTS=TRUE \
-DGTEST_SRC_DIR=$UTBOT_ALL/gtest \
-DGTEST_INCLUDE_DIR=$UTBOT_ALL/gtest/googletest/include \
-DJSON_SRC_DIR=$UTBOT_ALL/json \
-DIMMER_SRC_DIR=$UTBOT_ALL/immer \
-DCMAKE_INSTALL_PREFIX=$UTBOT_ALL/klee \
-DENABLE_KLEE_LIBCXX=TRUE \
-DKLEE_LIBCXX_DIR=$UTBOT_ALL/libcxx/install \
-DKLEE_LIBCXX_INCLUDE_DIR=$UTBOT_ALL/libcxx/install/include/c++/v1 \
-DENABLE_KLEE_EH_CXX=TRUE \
-DKLEE_LIBCXXABI_SRC_DIR=$UTBOT_ALL/libcxx/libcxxabi \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DWARNINGS_AS_ERRORS=OFF \
..

$UTBOT_CMAKE_BINARY --build .
Expand Down
2 changes: 1 addition & 1 deletion submodules/klee
Submodule klee updated 568 files

0 comments on commit 1df9b7f

Please sign in to comment.