summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Removing the Makefile/Perl build system.Jonathan Peyton2015-09-141-78/+0
| | | | | | | | | | | | This change deletes the Makefile+Perl build system and all files used by it which aren't used by the CMake build system. This included many Perl files, *.mk files, iomp* files. This change also updates the README's and index.html to instruct the user to use the CMake build system. All mentioning of the Perl+Makefile based system are removed. Differential Revision: http://reviews.llvm.org/D12331 llvm-svn: 247583
* Apply name change to Makefile build system.Jonathan Peyton2015-06-011-5/+5
| | | | | | | | This change produces a dynamic library named libomp instead of libiomp5. Similar to the CMake change, it produces symlinks of libiomp5 in the exports/ directory for Unix systems and copies for Windows. llvm-svn: 238720
* Makefile fix for testsuite -- Follow up to r237618Jonathan Peyton2015-05-191-1/+1
| | | | | | | | This changes INCLUDE_PATH to C_INCLUDE_PATH and misspelled CLASH to SLASH Patch by Sunita Chandrasekaran llvm-svn: 237727
* Fix for testsuite including omp.hJonathan Peyton2015-05-181-0/+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 updateAndrey Churbanov2015-04-291-0/+28
| | | | llvm-svn: 236105
* adding the jobs variable for parallel buildAndrey Churbanov2015-01-291-4/+5
| | | | llvm-svn: 227447
* cleanup changes of building for Intel(R) Many Integrated Core ArchitectureAndrey Churbanov2015-01-161-0/+3
| | | | llvm-svn: 226271
* First attempt to import OpenMP runtimeJim Cownie2013-09-271-0/+45
llvm-svn: 191506
OpenPOWER on IntegriCloud