Bug 1376968 - Remove obsolete -fsantize-coverage=edge from fuzzing config. r=decoder

MozReview-Commit-ID: IJAoxu9Ovze

--HG--
extra : rebase_source : 5f19fc176360fba47ee0b62250a4fa2605911672
This commit is contained in:
rforbes 2017-06-28 15:58:42 -07:00
parent edadc69735
commit 1b11218ff1

View File

@ -3,8 +3,8 @@ MOZ_AUTOMATION_L10N_CHECK=0
. "$topsrcdir/build/mozconfig.common"
# Use Clang as specified in manifest
export CC="$topsrcdir/clang/bin/clang -fgnu89-inline -fsanitize-coverage=edge"
export CXX="$topsrcdir/clang/bin/clang++ -fsanitize-coverage=edge"
export CC="$topsrcdir/clang/bin/clang -fgnu89-inline"
export CXX="$topsrcdir/clang/bin/clang++"
export LLVM_SYMBOLIZER="$topsrcdir/clang/bin/llvm-symbolizer"
# Use a newer binutils, from the tooltool gcc package, if it's there