[llvm-commits] [test-suite] r51334 - /test-suite/trunk/Makefile.programs
Dale Johannesen
dalej at apple.com
Tue May 20 13:46:49 PDT 2008
Author: johannes
Date: Tue May 20 15:46:49 2008
New Revision: 51334
URL: http://llvm.org/viewvc/llvm-project?rev=51334&view=rev
Log:
Add comment.
Modified:
test-suite/trunk/Makefile.programs
Modified: test-suite/trunk/Makefile.programs
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/Makefile.programs?rev=51334&r1=51333&r2=51334&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Tue May 20 15:46:49 2008
@@ -345,6 +345,8 @@
# It is important to link C++ programs with G++ so look for -lstdc++ in LDFLAGS
# and set the LLVMGCCLD variable to the correct compiler interface to use.
+# Note that LDFLAGS must already be defined at the time this file is included,
+# or this will not work.
ifneq ($(filter -lstdc++,$(LDFLAGS)),)
LLVMGCCLD := $(CXX)
else
More information about the llvm-commits
mailing list