summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-09-16 02:12:45 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-09-16 02:12:45 +0000
commit08acb9b87f580cb5bd1665e3e82a5d7c1a916baa (patch)
tree845ebb2da4c7c5d8c135a09243f61b008052ff8e /autoconf
parent0df847aa5ec9c94e980c06f1055ade5afd27047c (diff)
downloadllvm-08acb9b87f580cb5bd1665e3e82a5d7c1a916baa.tar.gz
llvm-08acb9b87f580cb5bd1665e3e82a5d7c1a916baa.tar.bz2
llvm-08acb9b87f580cb5bd1665e3e82a5d7c1a916baa.tar.xz
Have the configure script put llvm.py into the object root.
The QMTest program can then use that as the location for loading test and resource class, thus compiling the Python code into the object root as desired. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8551 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 0ade25911b..62a6405c7f 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -83,6 +83,7 @@ AC_CONFIG_MAKEFILE(runtime/libdummy/Makefile)
AC_CONFIG_MAKEFILE(runtime/libtrace/Makefile)
AC_CONFIG_MAKEFILE(test/Makefile)
AC_CONFIG_MAKEFILE(test/Makefile.tests)
+AC_CONFIG_MAKEFILE(test/QMTestDB/QMTest/llvm.py)
AC_CONFIG_MAKEFILE(test/Programs/Makefile)
AC_CONFIG_MAKEFILE(test/Programs/Makefile.programs)
AC_CONFIG_MAKEFILE(test/Programs/TEST.aa.Makefile)