diff options
| author | Eric Christopher <echristo@gmail.com> | 2013-04-17 06:37:30 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2013-04-17 06:37:30 +0000 |
| commit | 6d1fcb46afa1e64fc4ca5500f2354de7582a2b6e (patch) | |
| tree | 5162825039f67a8b284df1219b9280f960a0316d /llvm/test | |
| parent | 83f7413fa46e443a738c667a69a20f7a65e6a0b9 (diff) | |
| download | bcm5719-llvm-6d1fcb46afa1e64fc4ca5500f2354de7582a2b6e.tar.gz bcm5719-llvm-6d1fcb46afa1e64fc4ca5500f2354de7582a2b6e.zip | |
This appears to be no longer necessary for the testsuite.
llvm-svn: 179667
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/test/Makefile b/llvm/test/Makefile index b47695100a9..8d05c57f862 100644 --- a/llvm/test/Makefile +++ b/llvm/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)) |

