mesa/.gitlab-ci/build/compiler-wrapper-clang.sh

8 lines
85 B
Bash
Executable File

#!/bin/sh
# shellcheck disable=SC1091
set -e
_COMPILER=clang
. compiler-wrapper.sh