[llvm] r179667 - This appears to be no longer necessary for the testsuite.

Eric Christopher echristo at gmail.com
Tue Apr 16 23:37:30 PDT 2013


Author: echristo
Date: Wed Apr 17 01:37:30 2013
New Revision: 179667

URL: http://llvm.org/viewvc/llvm-project?rev=179667&view=rev
Log:
This appears to be no longer necessary for the testsuite.

Modified:
    llvm/trunk/test/Makefile

Modified: llvm/trunk/test/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Makefile?rev=179667&r1=179666&r2=179667&view=diff
==============================================================================
--- llvm/trunk/test/Makefile (original)
+++ llvm/trunk/test/Makefile Wed Apr 17 01:37:30 2013
@@ -100,13 +100,6 @@ check-local-all:: lit.site.cfg Unit/lit.
 clean::
 	$(RM) -rf `find $(LLVM_OBJ_ROOT)/test -name Output -type d -print`
 
-# dsymutil is used on the Darwin to manipulate DWARF debugging information.
-ifeq ($(TARGET_OS),Darwin)
-DSYMUTIL=dsymutil
-else
-DSYMUTIL=true
-endif
-
 ifneq ($(OCAMLOPT),)
 CC_FOR_OCAMLOPT := $(shell $(OCAMLOPT) -config | grep native_c_compiler | sed -e 's/native_c_compiler: //')
 CXX_FOR_OCAMLOPT := $(subst gcc,g++,$(CC_FOR_OCAMLOPT))





More information about the llvm-commits mailing list