Skip to content

Commit

Permalink
enable AFL_LLVM_MODE for afl-clang as part of configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
robertDurst committed Aug 26, 2019
1 parent 1bf1407 commit 385bd0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ AS_IF([test "x$enable_afl" = "xyes"], [
# below we hard code -std=c++14 since updates to AX_CXX_COMPILE_STDCXX circa 2015 append it to
# CXX, not to CXXFLAGS and thus when setting CXX we override this. For a more detailed explanation
# see: https://github.com/stellar/docker-stellar-core/pull/66#issuecomment-521886881
CXX="afl-clang-fast++ -std=c++14"],
CXX="afl-clang-fast++ -std=c++14 -DAFL_LLVM_MODE=1"],
[gcc*], [AC_CHECK_PROGS([AFL_GCC], [afl-gcc])
AC_CHECK_PROGS([AFL_GPP], [afl-g++])
CC="afl-gcc"
Expand Down

5 comments on commit 385bd0e

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging robertDurst/stellar-core/fuzzing-docs-makefile-update = 385bd0e into auto

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

robertDurst/stellar-core/fuzzing-docs-makefile-update = 385bd0e merged ok, testing candidate = e7ffc3a

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = e7ffc3a

Please sign in to comment.