This patch contains the new files for OMPT and the needed changes to the build infras...
authorAndrey Churbanov <Andrey.Churbanov@intel.com>
Wed, 29 Apr 2015 16:22:07 +0000 (16:22 +0000)
committerAndrey Churbanov <Andrey.Churbanov@intel.com>
Wed, 29 Apr 2015 16:22:07 +0000 (16:22 +0000)
commite5f4492e30cce5abb21755eebb3526f380197449
treebb2ffd2391ca09741f986135d121274bdb3c55d4
parent9429684cce4e667f9558f8b032452840362be6cc
This patch contains the new files for OMPT and the needed changes to the build infrastructure

llvm-svn: 236117
16 files changed:
openmp/CREDITS.txt
openmp/runtime/CMakeLists.txt
openmp/runtime/cmake/Definitions.cmake
openmp/runtime/cmake/SourceFiles.cmake
openmp/runtime/src/exports_so.txt
openmp/runtime/src/include/30/ompt.h.var [new file with mode: 0644]
openmp/runtime/src/include/40/ompt.h.var [new file with mode: 0644]
openmp/runtime/src/kmp.h
openmp/runtime/src/kmp_tasking.c
openmp/runtime/src/makefile.mk
openmp/runtime/src/ompt-event-specific.h [new file with mode: 0644]
openmp/runtime/src/ompt-general.c [new file with mode: 0644]
openmp/runtime/src/ompt-internal.h [new file with mode: 0644]
openmp/runtime/src/ompt-specific.c [new file with mode: 0644]
openmp/runtime/src/ompt-specific.h [new file with mode: 0644]
openmp/runtime/tools/build.pl