[llvm-commits] CVS: llvm/autoconf/configure.ac

John Criswell criswell at cs.uiuc.edu
Mon Sep 15 21:13:07 PDT 2003


Changes in directory llvm/autoconf:

configure.ac updated: 1.18 -> 1.19

---
Log message:

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.


---
Diffs of the changes:

Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.18 llvm/autoconf/configure.ac:1.19
--- llvm/autoconf/configure.ac:1.18	Mon Sep 15 15:12:48 2003
+++ llvm/autoconf/configure.ac	Mon Sep 15 21:12:45 2003
@@ -83,6 +83,7 @@
 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)





More information about the llvm-commits mailing list