[llvm-commits] [llvm] r142400 - /llvm/trunk/tools/llvm-ar/Makefile

Daniel Dunbar daniel at zuster.org
Tue Oct 18 12:27:10 PDT 2011


Author: ddunbar
Date: Tue Oct 18 14:27:10 2011
New Revision: 142400

URL: http://llvm.org/viewvc/llvm-project?rev=142400&view=rev
Log:
llvm-ar: Remove local test target, this is no longer useful.

Modified:
    llvm/trunk/tools/llvm-ar/Makefile

Modified: llvm/trunk/tools/llvm-ar/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-ar/Makefile?rev=142400&r1=142399&r2=142400&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-ar/Makefile (original)
+++ llvm/trunk/tools/llvm-ar/Makefile Tue Oct 18 14:27:10 2011
@@ -16,10 +16,3 @@
 TOOL_NO_EXPORTS = 1
 
 include $(LEVEL)/Makefile.common
-
-check-local::
-	$(Echo) Checking llvm-ar
-	$(Verb) $(ToolDir)/llvm-ar zRrS nada.a .
-	$(Verb) $(ToolDir)/llvm-ar tv nada.a | \
-	  grep Debug/llvm-ar.d >/dev/null 2>&1
-	$(Verb) $(RM) -f nada.a





More information about the llvm-commits mailing list