forked from qt-creator/qt-creator
Squish: Expect some more compilers
Change-Id: I00dcd2334ff8d545450e923c28fcc6cf4efd570a Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -179,7 +179,8 @@ def __getExpectedCompilers__():
|
||||
expected.extend(__getWinCompilers__())
|
||||
compilers = ["g++", "gcc"]
|
||||
if platform.system() in ('Linux', 'Darwin'):
|
||||
compilers.extend(["clang++", "clang"])
|
||||
compilers.extend(["clang++", "clang", "afl-clang"])
|
||||
compilers.extend(findAllFilesInPATH("clang-[0-9].[0-9]"))
|
||||
compilers.extend(findAllFilesInPATH("*g++*"))
|
||||
compilers.extend(findAllFilesInPATH("*gcc*"))
|
||||
if platform.system() == 'Darwin':
|
||||
|
Reference in New Issue
Block a user