1*f4a2713aSLionel Sambuc#!/bin/sh 2*f4a2713aSLionel Sambuc# Deprecated, use 'llvm-lit'. 3*f4a2713aSLionel Sambuc 4*f4a2713aSLionel Sambucecho "warning: '$0' is deprecated, use 'llvm-lit' instead." 5*f4a2713aSLionel Sambucexec llvm-lit "$@" 6