[llvm-commits] [llvm] r109815 - /llvm/trunk/unittests/Makefile

Bob Wilson bob.wilson at apple.com
Thu Jul 29 15:55:29 PDT 2010


Author: bwilson
Date: Thu Jul 29 17:55:29 2010
New Revision: 109815

URL: http://llvm.org/viewvc/llvm-project?rev=109815&view=rev
Log:
Remove the temporary hack, now that the llvm-i686-linux buildbot has
completed a successful build.

Modified:
    llvm/trunk/unittests/Makefile

Modified: llvm/trunk/unittests/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/Makefile?rev=109815&r1=109814&r2=109815&view=diff
==============================================================================
--- llvm/trunk/unittests/Makefile (original)
+++ llvm/trunk/unittests/Makefile Thu Jul 29 17:55:29 2010
@@ -14,5 +14,4 @@
 include $(LEVEL)/Makefile.common
 
 clean::
-	$(Verb) $(RM) -rf Analysis
 	$(Verb) $(RM) -f *Tests





More information about the llvm-commits mailing list