[llvm-commits] CVS: poolalloc/configure

John Criswell criswell at cs.uiuc.edu
Mon Aug 11 17:03:01 PDT 2003


Changes in directory poolalloc:

configure updated: 1.1.1.1 -> 1.2

---
Log message:

Changed the default location of the LLVM object files to be the same place as
the LLVM source files.


---
Diffs of the changes:

Index: poolalloc/configure
diff -u poolalloc/configure:1.1.1.1 poolalloc/configure:1.2
--- poolalloc/configure:1.1.1.1	Mon Aug 11 16:29:15 2003
+++ poolalloc/configure	Mon Aug 11 17:02:47 2003
@@ -1259,7 +1259,7 @@
   LLVM_OBJ=$withval
 
 else
-  LLVM_OBJ=/home/vadve/${USER}/llvm
+  LLVM_OBJ=${LLVM_SRC}
 
 fi;
 





More information about the llvm-commits mailing list