default_pre_build &&
if [[ "$LLVM_WITH_CLANG" == y ]]; then
  cd ${SOURCE_DIRECTORY}/tools &&
  unpack_file 3 &&
  mv clang-${VERSION} clang
fi
