#!/usr/bin/sh

# get the chpl home directory
CWD=$(cd $(dirname $0) ; cd ..; cd ..; pwd)

PY=`"$CWD/util/config/find-python.sh"`
$PY "$CWD/util/chplenv/chpl_llvm.py" --supported-versions
