Skip to content

Commit

Permalink
Bug 1177759 - fix 3.9, r=bustage
Browse files Browse the repository at this point in the history
--HG--
extra : rebase_source : ba227106787a316b95e421b274c1fa41aa931ead
extra : amend_source : 4ddaa7fdeceac4c1533997cec74b9dd2efedc374
  • Loading branch information
franziskuskiefer committed Jan 24, 2017
1 parent 620ea1e commit 84d8c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coreconf/sanitizers.sh
Expand Up @@ -30,7 +30,7 @@ enable_sancov()
local sancov
if [ -n "$1" ]; then
sancov="$1"
elif [ "$clang_version" = "clang version 3.9." ]; then
elif [ "${clang_version:0:3}" = "3.9" ]; then
sancov=edge,indirect-calls,8bit-counters
else
sancov=trace-pc-guard,trace-cmp
Expand Down

0 comments on commit 84d8c43

Please sign in to comment.