[llvm-commits] [test-suite] r173059 - /test-suite/trunk/SingleSource/Benchmarks/SmallPT/Makefile
Paul Redmond
paul.redmond at intel.com
Mon Jan 21 08:53:01 PST 2013
Author: predmond
Date: Mon Jan 21 10:53:01 2013
New Revision: 173059
URL: http://llvm.org/viewvc/llvm-project?rev=173059&view=rev
Log:
add -lstdc++ to smallpt LDFLAGS
- necessary when TEST=profile
Patch from Alastair Murray
Modified:
test-suite/trunk/SingleSource/Benchmarks/SmallPT/Makefile
Modified: test-suite/trunk/SingleSource/Benchmarks/SmallPT/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/Benchmarks/SmallPT/Makefile?rev=173059&r1=173058&r2=173059&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/Benchmarks/SmallPT/Makefile (original)
+++ test-suite/trunk/SingleSource/Benchmarks/SmallPT/Makefile Mon Jan 21 10:53:01 2013
@@ -1,5 +1,5 @@
LEVEL = ../../..
-LDFLAGS += -lm
+LDFLAGS += -lm -lstdc++
FP_TOLERANCE := 0.001
include $(LEVEL)/Makefile.config
More information about the llvm-commits
mailing list