Skip to content
Snippets Groups Projects
Commit ae02aacc authored by Daniel Salzman's avatar Daniel Salzman
Browse files

m4/sanitizer: remove broken Clang version check

parent c34c975d
No related branches found
No related tags found
No related merge requests found
Pipeline #80773 passed with warnings
......@@ -41,13 +41,6 @@ AC_DEFUN([AX_SANITIZER], [
[with_oss_fuzz=no]
)
# Using -fsanitize=fuzzer requires clang >= 6.0
AS_IF([test "$with_fuzzer" != "no"],[
# Get clang version if empty
AS_IF([test -z "$CC_CLANG_VERSION"],[AX_CC_CLANG])
AX_COMPARE_VERSION([$CC_CLANG_VERSION],ge,[6.0],[],[
AC_MSG_ERROR([clang >= 6.0 required for fuzzer])])])
# Default values
AS_IF([test "$with_sanitizer" = "yes"], [ with_sanitizer=address,undefined ])
AS_IF([test "$with_fuzzer" = "yes"], [ with_fuzzer=fuzzer ])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment