'Linux'=>LinuxSystemUtil::findCommand('clang++')??thrownewWrongUsageException('Clang++ not found, please install it or manually set CC/CXX to a valid path.'),
'Darwin'=>MacOSSystemUtil::findCommand('clang++')??thrownewWrongUsageException('Clang++ not found, please install it or set CC/CXX to a valid path.'),
'BSD'=>FreeBSDSystemUtil::findCommand('clang++')??thrownewWrongUsageException('Clang++ not found, please install it or set CC/CXX to a valid path.'),
default=>thrownewWrongUsageException('Clang is not supported on '.PHP_OS_FAMILY.'.'),