summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-16 23:56:03 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-16 23:56:03 +0000
commit708276d6e4c75f512d0eca3cf249df7bc13239c0 (patch)
tree88482eb0638b2d50091452f7bf2f14d03d98f5d7 /test/Makefile
parent4db4addcd49310599d2df8c6824dc188aaccb613 (diff)
downloadllvm-708276d6e4c75f512d0eca3cf249df7bc13239c0.tar.gz
llvm-708276d6e4c75f512d0eca3cf249df7bc13239c0.tar.bz2
llvm-708276d6e4c75f512d0eca3cf249df7bc13239c0.tar.xz
build/make/test: Get rid of unused BUGPOINT_TOPTS variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144864 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/Makefile b/test/Makefile
index 62b097354b..1bf287401c 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -121,11 +121,6 @@ DSYMUTIL=dsymutil
else
DSYMUTIL=true
endif
-ifdef TargetCommonOpts
-BUGPOINT_TOPTS="-gcc-tool-args $(TargetCommonOpts)"
-else
-BUGPOINT_TOPTS=""
-endif
ifneq ($(OCAMLOPT),)
CC_FOR_OCAMLOPT := $(shell $(OCAMLOPT) -config | grep native_c_compiler | sed -e 's/native_c_compiler: //')