build/make/test: Get rid of unused BUGPOINT_TOPTS variable.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 16 Nov 2011 23:56:03 +0000 (23:56 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 16 Nov 2011 23:56:03 +0000 (23:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144864 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index 62b097354b87b4f3fce8ff721d9b93c757f6ae42..1bf287401c104d589a907ae41e75b0bdc2aaa73b 100644 (file)
@@ -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: //')