Skip to content

Commit ca62d76

Browse files
author
John Criswell
committed
I really didn't want to do this, but I don't want users seeing errors
in the configure script either. Remove the copying of old qmtest files as they no longer exist in the source tree. llvm-svn: 18700
1 parent 160bf47 commit ca62d76

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

llvm/autoconf/configure.ac

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -567,8 +567,6 @@ AC_CONFIG_MAKEFILE(lib/Makefile)
567567
AC_CONFIG_MAKEFILE(runtime/Makefile)
568568
AC_CONFIG_MAKEFILE(test/Makefile)
569569
AC_CONFIG_MAKEFILE(test/Makefile.tests)
570-
AC_CONFIG_MAKEFILE(test/QMTest/llvm.py)
571-
AC_CONFIG_MAKEFILE(test/QMTest/llvmdb.py)
572570
AC_CONFIG_MAKEFILE(tools/Makefile)
573571
AC_CONFIG_MAKEFILE(utils/Makefile)
574572
AC_CONFIG_MAKEFILE(projects/Makefile)

llvm/configure

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29575,12 +29575,6 @@ _ACEOF
2957529575
ac_config_commands="$ac_config_commands test/Makefile.tests"
2957629576

2957729577

29578-
ac_config_commands="$ac_config_commands test/QMTest/llvm.py"
29579-
29580-
29581-
ac_config_commands="$ac_config_commands test/QMTest/llvmdb.py"
29582-
29583-
2958429578
ac_config_commands="$ac_config_commands tools/Makefile"
2958529579

2958629580

@@ -30139,8 +30133,6 @@ ${srcdir}/autoconf/mkinstalldirs `dirname lib/Makefile`
3013930133
${srcdir}/autoconf/mkinstalldirs `dirname runtime/Makefile`
3014030134
${srcdir}/autoconf/mkinstalldirs `dirname test/Makefile`
3014130135
${srcdir}/autoconf/mkinstalldirs `dirname test/Makefile.tests`
30142-
${srcdir}/autoconf/mkinstalldirs `dirname test/QMTest/llvm.py`
30143-
${srcdir}/autoconf/mkinstalldirs `dirname test/QMTest/llvmdb.py`
3014430136
${srcdir}/autoconf/mkinstalldirs `dirname tools/Makefile`
3014530137
${srcdir}/autoconf/mkinstalldirs `dirname utils/Makefile`
3014630138
${srcdir}/autoconf/mkinstalldirs `dirname projects/Makefile`
@@ -30168,8 +30160,6 @@ do
3016830160
"runtime/Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS runtime/Makefile" ;;
3016930161
"test/Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS test/Makefile" ;;
3017030162
"test/Makefile.tests" ) CONFIG_COMMANDS="$CONFIG_COMMANDS test/Makefile.tests" ;;
30171-
"test/QMTest/llvm.py" ) CONFIG_COMMANDS="$CONFIG_COMMANDS test/QMTest/llvm.py" ;;
30172-
"test/QMTest/llvmdb.py" ) CONFIG_COMMANDS="$CONFIG_COMMANDS test/QMTest/llvmdb.py" ;;
3017330163
"tools/Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS tools/Makefile" ;;
3017430164
"utils/Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS utils/Makefile" ;;
3017530165
"projects/Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS projects/Makefile" ;;
@@ -31087,8 +31077,6 @@ echo "$as_me: executing $ac_dest commands" >&6;}
3108731077
runtime/Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/runtime/Makefile runtime/Makefile ;;
3108831078
test/Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/test/Makefile test/Makefile ;;
3108931079
test/Makefile.tests ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/test/Makefile.tests test/Makefile.tests ;;
31090-
test/QMTest/llvm.py ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/test/QMTest/llvm.py test/QMTest/llvm.py ;;
31091-
test/QMTest/llvmdb.py ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/test/QMTest/llvmdb.py test/QMTest/llvmdb.py ;;
3109231080
tools/Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/tools/Makefile tools/Makefile ;;
3109331081
utils/Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/utils/Makefile utils/Makefile ;;
3109431082
projects/Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/projects/Makefile projects/Makefile ;;

0 commit comments

Comments
 (0)