[test-suite] r312505 - [test-suite] Fix implicit function decl in miniGMG
Hal Finkel via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 4 17:14:18 PDT 2017
Author: hfinkel
Date: Mon Sep 4 17:14:18 2017
New Revision: 312505
URL: http://llvm.org/viewvc/llvm-project?rev=312505&view=rev
Log:
[test-suite] Fix implicit function decl in miniGMG
Causing builds to fail:
http://green.lab.llvm.org/green/job/Compiler_Verifiers/9866/
Modified:
test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/miniGMG/miniGMG.c
Modified: test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/miniGMG/miniGMG.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/miniGMG/miniGMG.c?rev=312505&r1=312504&r2=312505&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/miniGMG/miniGMG.c (original)
+++ test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/miniGMG/miniGMG.c Mon Sep 4 17:14:18 2017
@@ -21,6 +21,7 @@
#include "mg.h"
#include "operators.h"
//------------------------------------------------------------------------------------------------------------------------------
+void MGResetTimers(domain_type * domain);
int main(int argc, char **argv){
int MPI_Rank=0;
int MPI_Tasks=1;
More information about the llvm-commits
mailing list