Skip to content

Commit

Permalink
[fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
misonijnik committed Mar 6, 2024
1 parent 091a114 commit 787728e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/Solver/Z3BitvectorBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#include "Z3Builder.h"
#include "klee/Config/config.h"

#ifdef ENABLE_Z3
Expand Down
2 changes: 1 addition & 1 deletion test/lit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ config.substitutions.append(
config.substitutions.append(
('%libcxx_include', getattr(config, 'libcxx_include_dir', None)))

if config.target_triple.find("darwin") != -1 or config.target_triple.find("linux") != -1:
if config.target_triple.find("darwin") != -1:
config.substitutions.append(
('%gcov-files-path', '%basename_t')
)
Expand Down

0 comments on commit 787728e

Please sign in to comment.