[llvm-commits] [test-suite] r40876 - /test-suite/trunk/Makefile.config.in
Lauro Ramos Venancio
lauro.venancio at gmail.com
Mon Aug 6 14:14:19 PDT 2007
Author: laurov
Date: Mon Aug 6 16:14:16 2007
New Revision: 40876
URL: http://llvm.org/viewvc/llvm-project?rev=40876&view=rev
Log:
Ignore the LIBS set by the Makefile.config of llvm core. This fixes the ARM cbe failures caused by svn revision 40836.
Modified:
test-suite/trunk/Makefile.config.in
Modified: test-suite/trunk/Makefile.config.in
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/Makefile.config.in?rev=40876&r1=40875&r2=40876&view=diff
==============================================================================
--- test-suite/trunk/Makefile.config.in (original)
+++ test-suite/trunk/Makefile.config.in Mon Aug 6 16:14:16 2007
@@ -23,6 +23,9 @@
# Include LLVM's configuration Makefile.
include $(LLVM_OBJ_ROOT)/Makefile.config
+# Ignore the LIBS set by $(LLVM_OBJ_ROOT)/Makefile.config
+LIBS :=
+
#Set SourceDir for backwards compatbility.
ifndef SourceDir
SourceDir=$(PROJ_SRC_DIR)
More information about the llvm-commits
mailing list