brintos

brintos / llvm-project-archived public Read only

0
0
Text · 120 B · ab50856 Raw
6 lines · bash
1#!/bin/sh2# Deprecated, use 'llvm-lit'.3 4echo "warning: '$0' is deprecated, use 'llvm-lit' instead."5exec llvm-lit "$@"6