Skip to content

Commit

Permalink
[Build] Dead code removal
Browse files Browse the repository at this point in the history
  • Loading branch information
ailiop authored and neboat committed Feb 20, 2021
1 parent 2ee724d commit b15f626
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tools/build
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ echo "Building with ${NCPU:?} parallel jobs"

OS="$(uname -s)"

# LLVM works with any make. Cheetah currently requires GNU make.
#case "${OS}" in
# Linux|Darwin) GMAKE=make; ;;
# *) GMAKE=gmake ;;
#esac

if ! test -d "${OPENCILK_SOURCE}/llvm" ; then
echo "LLVM not found at ${OPENCILK_SOURCE}/llvm" 1>&2
exit 1
Expand Down

0 comments on commit b15f626

Please sign in to comment.