bolt/deps/llvm-18.1.8/llvm/configure
2025-02-14 19:21:04 +01:00

10 lines
573 B
Bash
Executable file

#! /bin/sh
echo "################################################################################"
echo "################################################################################"
echo "The LLVM project no longer supports building with configure & make."
echo ""
echo "Please migrate to the CMake-based build system."
echo "For more information see: http://llvm.org/docs/CMake.html"
echo "################################################################################"
echo "################################################################################"
exit 1