Home
last modified time | relevance | path

Searched refs:compiler (Results 1 – 1 of 1) sorted by relevance

/spdk/test/common/
H A Dautobuild_common.sh30 # Find matching llvm fuzzer library and clang compiler version
51 local compiler
55 compiler=${CC:-gcc}
59 # so that "meson build" command a few lines below is aware of which compiler
61 export CC="$compiler"
63 if [[ $compiler != *clang* && $compiler != *gcc* ]]; then
64 echo "Unsupported compiler detected ($compiler), failing the test" >&2
68 compiler_version=$("$compiler"
[all...]