[Openmp-commits] [PATCH] D132852: [libomptarget] Always enable time tracing in libomptarget
Joseph Huber via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Aug 29 08:02:04 PDT 2022
jhuber6 created this revision.
jhuber6 added reviewers: tianshilei1992, jdoerfert, JonChesterfield, ronlieb, ye-luo, ggeorgakoudis.
Herald added a subscriber: mgorny.
Herald added a project: All.
jhuber6 requested review of this revision.
Herald added a project: OpenMP.
Herald added a subscriber: openmp-commits.
Previously time tracing features were hidden behind an optional CMake
option. This was because `libomptarget` was not based on the LLVM
libraries at that time. Now that `libomptarget` is an LLVM library we
should be able to freely use the `LLVMSupport` library whenever we want
and do not need to guard it in this way.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D132852
Files:
openmp/CMakeLists.txt
openmp/docs/design/Runtimes.rst
openmp/libomptarget/src/private.h
openmp/libomptarget/src/rtl.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132852.456344.patch
Type: text/x-patch
Size: 3925 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20220829/33697ea3/attachment.bin>
More information about the Openmp-commits
mailing list