[llvm-commits] [test-suite] r42659 - /test-suite/trunk/MultiSource/Benchmarks/ASCI_Purple/SMG2000/timer.c
Anton Korobeynikov
asl at math.spbu.ru
Fri Oct 5 16:00:17 PDT 2007
Author: asl
Date: Fri Oct 5 18:00:17 2007
New Revision: 42659
URL: http://llvm.org/viewvc/llvm-project?rev=42659&view=rev
Log:
Fix smg2000 on mingw32
Modified:
test-suite/trunk/MultiSource/Benchmarks/ASCI_Purple/SMG2000/timer.c
Modified: test-suite/trunk/MultiSource/Benchmarks/ASCI_Purple/SMG2000/timer.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/ASCI_Purple/SMG2000/timer.c?rev=42659&r1=42658&r2=42659&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/ASCI_Purple/SMG2000/timer.c (original)
+++ test-suite/trunk/MultiSource/Benchmarks/ASCI_Purple/SMG2000/timer.c Fri Oct 5 18:00:17 2007
@@ -19,7 +19,9 @@
*/
#include <time.h>
+#ifndef __MINGW32__
#include <sys/times.h>
+#endif
#ifdef TIMER_USE_MPI
#include "mpi.h"
#endif
More information about the llvm-commits
mailing list