Searched refs:compiler (Results 1 – 1 of 1) sorted by relevance
30 # Find matching llvm fuzzer library and clang compiler version51 local compiler55 compiler=${CC:-gcc}59 # so that "meson build" command a few lines below is aware of which compiler61 export CC="$compiler"63 if [[ $compiler != *clang* && $compiler != *gcc* ]]; then64 echo "Unsupported compiler detected ($compiler), failing the test" >&268 compiler_version=$("$compiler" [all...]