[llvm-commits] [llvm] r115413 - /llvm/trunk/utils/Makefile

Chris Lattner sabre at nondot.org
Sat Oct 2 11:49:27 PDT 2010


Author: lattner
Date: Sat Oct  2 13:49:27 2010
New Revision: 115413

URL: http://llvm.org/viewvc/llvm-project?rev=115413&view=rev
Log:
remove reference to dead script.

Modified:
    llvm/trunk/utils/Makefile

Modified: llvm/trunk/utils/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/Makefile?rev=115413&r1=115412&r2=115413&view=diff
==============================================================================
--- llvm/trunk/utils/Makefile (original)
+++ llvm/trunk/utils/Makefile Sat Oct  2 13:49:27 2010
@@ -15,7 +15,7 @@
               DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \
 	      getsrcs.sh importNLT.pl llvmdo llvmgrep llvm-native-gcc \
 	      llvm-native-gxx makellvm NightlyTest.gnuplot NightlyTest.pl \
-	      NightlyTestTemplate.html NLT.schema OldenDataRecover.pl \
+	      NightlyTestTemplate.html NLT.schema \
 	      parseNLT.pl plotNLT.pl profile.pl \
 	      webNLT.pl vim
 





More information about the llvm-commits mailing list