[Openmp-commits] [PATCH] D109333: [OpenMP] Update third-party sources of ittnotify client code

Andrey Churbanov via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Sep 6 12:34:30 PDT 2021


AndreyChurbanov created this revision.
AndreyChurbanov added reviewers: hbae, jlpeyton, tlwilmar, Nawrin.
AndreyChurbanov added a project: OpenMP.
Herald added subscribers: s.egerton, mstorsjo, guansong, simoncook, krytarowski, yaxunl.
AndreyChurbanov requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: openmp-commits, sstefan1.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D109333

Files:
  openmp/runtime/src/thirdparty/ittnotify/LICENSE.txt
  openmp/runtime/src/thirdparty/ittnotify/disable_warnings.h
  openmp/runtime/src/thirdparty/ittnotify/ittnotify.h
  openmp/runtime/src/thirdparty/ittnotify/ittnotify_config.h
  openmp/runtime/src/thirdparty/ittnotify/ittnotify_static.cpp
  openmp/runtime/src/thirdparty/ittnotify/ittnotify_static.h
  openmp/runtime/src/thirdparty/ittnotify/ittnotify_types.h
  openmp/runtime/src/thirdparty/ittnotify/legacy/ittnotify.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109333.370954.patch
Type: text/x-patch
Size: 65521 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210906/c7916c6b/attachment-0001.bin>


More information about the Openmp-commits mailing list