Skip to content

Commit

Permalink
[ReleaseNotes] Mention OpenMP Tools Interface in runtime library
Browse files Browse the repository at this point in the history
The OpenMP runtime has no dedicated Release Notes, so add it to Clang's
section about OpenMP.

Differential Revision: https://reviews.llvm.org/D42352

llvm-svn: 323179
  • Loading branch information
hahnjo committed Jan 23, 2018
1 parent f6266a8 commit 973f490
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions clang/docs/ReleaseNotes.rst
Expand Up @@ -231,6 +231,13 @@ OpenMP Support in Clang
- Added support for `reduction`-based clauses on `task`-based directives from
upcoming OpenMP 5.0.

- The LLVM OpenMP runtime `libomp` now supports the OpenMP Tools Interface (OMPT)
on x86, x86_64, AArch64, and PPC64 on Linux, Windows, and macOS. If you observe
a measurable performance impact on one of your applications without a tool
attached, please rebuild the runtime library with `-DLIBOMP_OMPT_SUPPORT=OFF` and
file a bug at `LLVM's Bugzilla <https://bugs.llvm.org/>`_ or send a message to the
`OpenMP development list <http://lists.llvm.org/cgi-bin/mailman/listinfo/openmp-dev>`_.

Internal API Changes
--------------------

Expand Down

0 comments on commit 973f490

Please sign in to comment.