[llvm-commits] [llvm] r144864 - /llvm/trunk/test/Makefile
    Daniel Dunbar 
    daniel at zuster.org
       
    Wed Nov 16 15:56:03 PST 2011
    
    
  
Author: ddunbar
Date: Wed Nov 16 17:56:03 2011
New Revision: 144864
URL: http://llvm.org/viewvc/llvm-project?rev=144864&view=rev
Log:
build/make/test: Get rid of unused BUGPOINT_TOPTS variable.
Modified:
    llvm/trunk/test/Makefile
Modified: llvm/trunk/test/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Makefile?rev=144864&r1=144863&r2=144864&view=diff
==============================================================================
--- llvm/trunk/test/Makefile (original)
+++ llvm/trunk/test/Makefile Wed Nov 16 17:56:03 2011
@@ -121,11 +121,6 @@
 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: //')
    
    
More information about the llvm-commits
mailing list