This appears to be no longer necessary for the testsuite.
authorEric Christopher <echristo@gmail.com>
Wed, 17 Apr 2013 06:37:30 +0000 (06:37 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 17 Apr 2013 06:37:30 +0000 (06:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179667 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index b47695100a9ea9bc64657af4b00611112e44eea8..8d05c57f8624cf70660420435a3757da9bd67808 100644 (file)
@@ -100,13 +100,6 @@ check-local-all:: lit.site.cfg Unit/lit.site.cfg extra-site-cfgs
 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))