diff options
author | Daniel Dunbar <daniel@zuster.org> | 2011-11-16 23:56:03 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2011-11-16 23:56:03 +0000 |
commit | 708276d6e4c75f512d0eca3cf249df7bc13239c0 (patch) | |
tree | 88482eb0638b2d50091452f7bf2f14d03d98f5d7 /test/Makefile | |
parent | 4db4addcd49310599d2df8c6824dc188aaccb613 (diff) |
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/Makefile | 5 |
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: //') |