From f902e467b75671d06d1e9ad3663b8aa9366bc14b Mon Sep 17 00:00:00 2001 From: Jonathan Peyton Date: Mon, 13 Nov 2017 17:44:48 +0000 Subject: [OpenMP] Remove the unused testsuite/ directory The testsuite directory is not used or updated and confuses new users to the OpenMP project. These tests were rewritten using the lit format and put under the runtime/test directory. This patch removes the entire testsuite/ directory. Differential Revision: https://reviews.llvm.org/D39767 llvm-svn: 318056 --- openmp/testsuite/c/has_openmp.c | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 openmp/testsuite/c/has_openmp.c (limited to 'openmp/testsuite/c/has_openmp.c') diff --git a/openmp/testsuite/c/has_openmp.c b/openmp/testsuite/c/has_openmp.c deleted file mode 100644 index 983a973d867..00000000000 --- a/openmp/testsuite/c/has_openmp.c +++ /dev/null @@ -1,30 +0,0 @@ - -Test which checks the OpenMp support. -2.0 -_OPENMP - -#include - -#include "omp_testsuite.h" - -int has_openmp(FILE * logFile){ - - int rvalue = 0; - - - - -#ifdef _OPENMP - rvalue = 1; -#endif - - -#if 0 - rvalue = 1; -#endif - - - return (rvalue); -} - - -- cgit v1.2.3