[all-commits] [llvm/llvm-project] 7f1a6d: [OpenMP] libomp: Update third-party sources of itt...
Andrey Churbanov via All-commits
all-commits at lists.llvm.org
Fri Sep 17 09:38:54 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7f1a6d891e085929f9ec4c82569151933264d4d8
https://github.com/llvm/llvm-project/commit/7f1a6d891e085929f9ec4c82569151933264d4d8
Author: AndreyChurbanov <andrey.churbanov at intel.com>
Date: 2021-09-17 (Fri, 17 Sep 2021)
Changed paths:
A openmp/runtime/src/thirdparty/ittnotify/LICENSE.txt
M openmp/runtime/src/thirdparty/ittnotify/disable_warnings.h
M openmp/runtime/src/thirdparty/ittnotify/ittnotify.h
M openmp/runtime/src/thirdparty/ittnotify/ittnotify_config.h
M openmp/runtime/src/thirdparty/ittnotify/ittnotify_static.cpp
M openmp/runtime/src/thirdparty/ittnotify/ittnotify_static.h
M openmp/runtime/src/thirdparty/ittnotify/ittnotify_types.h
M openmp/runtime/src/thirdparty/ittnotify/legacy/ittnotify.h
Log Message:
-----------
[OpenMP] libomp: Update third-party sources of ittnotify client code.
The third-party ittnotify sources updated from https://github.com/intel/ittapi.
Changes applied:
- llvm license aded to all files; initial BSD license saved in LICENSE.txt;
- clang-formatted;
- renamed *.c to *.cpp, similar to what we did with all our sources;
- added #include "kmp_config.h" with definition of INTEL_ITTNOTIFY_PREFIX macro
into ittnotify_static.cpp.
Differential Revision: https://reviews.llvm.org/D109333
More information about the All-commits
mailing list