#! /usr/bin/env bash
echo Error: llvm is not installed.
echo Please install it, for example using the system packages recommended by ./configure
exit 1
