Check*CompilerFlag: Add another pattern for Clang (#15526)

Match 'optimization flag ... not supported' messages.
This commit is contained in:
Dan Kegel 2015-04-22 10:58:08 -04:00 committed by Brad King
parent 6b229b4802
commit 680ebebc1a
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ macro (CHECK_COMPILER_FLAG_COMMON_PATTERNS _VAR)
set(${_VAR}
FAIL_REGEX "[Uu]nrecogni[sz]ed .*option" # GNU, NAG
FAIL_REGEX "unknown .*option" # Clang
FAIL_REGEX "optimization flag .* not supported" # Clang
FAIL_REGEX "ignoring unknown option" # MSVC, Intel
FAIL_REGEX "warning D9002" # MSVC, any lang
FAIL_REGEX "option.*not supported" # Intel