Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for arm arch #70

Merged
merged 1 commit into from
Apr 12, 2023
Merged

Fixes for arm arch #70

merged 1 commit into from
Apr 12, 2023

Conversation

ladisgin
Copy link
Member

@ladisgin ladisgin commented Mar 12, 2023

  • Delete extra comma from define for floating point
  • Change type of concretizedOffsetValue to uint64_t

After change limited KLEE could be build for arm

Working build example:

#!/bin/bash
# This script is used to build KLEE as UTBot backend

set -e
set -o pipefail
mkdir -p build
cd build

cmake -G Ninja \
  -DENABLE_SOLVER_Z3=TRUE \
  -DLLVM_CONFIG_BINARY=/usr/bin/llvm-config-13 \
  -DLLVMCC=/usr/bin/clang-13 \
  -DLLVMCXX=/usr/bin/clang++-13 \
  -DENABLE_UNIT_TESTS=TRUE \
  -DENABLE_SYSTEM_TESTS=TRUE \
  -DGTEST_SRC_DIR=/home/utbot/googletest-release-1.11.0 \
  -DGTEST_INCLUDE_DIR=/home/utbot/googletest-release-1.11.0/googletest/include \
  ..

@ladisgin ladisgin marked this pull request as ready for review March 13, 2023 07:54
@ladisgin ladisgin requested a review from S1eGa March 13, 2023 07:55
@misonijnik misonijnik merged commit e4ec539 into main Apr 12, 2023
@sava-cska sava-cska deleted the ladisgin/arm_fix branch April 13, 2023 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants