Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Commit 5a2e20f

Browse files
Arpad TigyiDellaBitta
Arpad Tigyi
authored andcommitted
fuzztest travis fix (#16)
* Fuzztest fix: switching from deprecated flag trace-pc-guard to inline-8bit-counters: https://clang.llvm.org/docs/SanitizerCoverage.html#tracing-pcs-with-guards This functionality was removed from libfuzzer svn repo with r352564, r352566
1 parent 92e6246 commit 5a2e20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/mt-config/mt-config.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ endif
6161

6262
# Settings that will work only on linux and only against clang-4.0 and greater
6363
ifneq (,$(findstring fuzz_test,$(CONFIG)))
64-
IOTC_CONFIG_FLAGS += -fsanitize=address -fomit-frame-pointer -fsanitize-coverage=trace-pc-guard -g
64+
IOTC_CONFIG_FLAGS += -fsanitize=address -fomit-frame-pointer -fsanitize-coverage=inline-8bit-counters -g
6565
endif
6666

6767
IOTC_COMMON_COMPILER_FLAGS += -Wall -Werror

0 commit comments

Comments
 (0)