Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OpenMP] Remove the unused testsuite/ directory | Jonathan Peyton | 2017-11-13 | 1 | -46/+0 |
| | | | | | | | | | | 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 | ||||
* | Fix for testsuite including omp.h | Jonathan Peyton | 2015-05-18 | 1 | -1/+1 |
| | | | | | | | | | | | When calling the testsuite, clang could not locate omp.h. The proper environment variable was modified to include: exports/common/omp.h. Documentation was also updated to be more clear. Patch by Sunita Chandrasekaran llvm-svn: 237618 | ||||
* | UH OpenMP testsuite update | Andrey Churbanov | 2015-04-29 | 1 | -0/+46 |
llvm-svn: 236105 |