summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-04-17 06:37:30 +0000
committerEric Christopher <echristo@gmail.com>2013-04-17 06:37:30 +0000
commit0f3e48ecdb789addba06d51676f65f2754121ae4 (patch)
treefcc2b149c2af31f6958f17d210d930b1f5a8bc8c /test/Makefile
parent60a7f6995881740d28561571ff73df39654381b0 (diff)
downloadllvm-0f3e48ecdb789addba06d51676f65f2754121ae4.tar.gz
llvm-0f3e48ecdb789addba06d51676f65f2754121ae4.tar.bz2
llvm-0f3e48ecdb789addba06d51676f65f2754121ae4.tar.xz
This appears to be no longer necessary for the testsuite.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179667 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/Makefile b/test/Makefile
index b47695100a..8d05c57f86 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -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))