GoogleCloudPlatform / iot-device-sdk-embedded-c

Cloud IoT Device SDK for Connectivity to IoT Core.
Other
247 stars 83 forks source link

fuzztest travis fix #16

Closed atigyi closed 5 years ago

atigyi commented 5 years ago

The flag -fsanitize-coverage=trace-pc-guard got deprecated in libfuzzer. Replacement of it is -fsanitize-coverage=inline-8bit-counters. svc logs from repo https://llvm.org/svn/llvm-project/compiler-rt/trunk/lib/fuzzer/:

r352566 | kcc | 2019-01-30 00:40:05 +0100 (Wed, 30 Jan 2019) | 1 line         
[libFuzzer] remove deprecated support for -fsanitize-coverage=trace-pc[-guard]
------------------------------------------------------------------------      
r352564 | kcc | 2019-01-30 00:37:20 +0100 (Wed, 30 Jan 2019) | 1 line         
[libFuzzer] remove deprecated support for -fsanitize-coverage=trace-pc[-guard]
------------------------------------------------------------------------      
r311798 | kcc | 2017-08-25 22:20:46 +0200 (Fri, 25 Aug 2017) | 1 line                                                   
[libFuzzer] prepare tests for switching from -fsanitize-coverage=trace-pc-guard to -fsanitize-coverage=inline-8bit-counters