[libomptarget] Always enable time tracing in libomptarget
authorJoseph Huber <jhuber6@vols.utk.edu>
Mon, 29 Aug 2022 14:43:45 +0000 (09:43 -0500)
committerJoseph Huber <jhuber6@vols.utk.edu>
Mon, 29 Aug 2022 19:49:03 +0000 (14:49 -0500)
commit04ae35e592c1e7e99bb3894420b6ff2117ace78a
treefa8d1514bd77e98ba9aef78ed9e3d316cfcd754b
parent033a97a8f3f808d9e8059f534ddaaa792bc8f095
[libomptarget] Always enable time tracing in libomptarget

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.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D132852
openmp/CMakeLists.txt
openmp/docs/design/Runtimes.rst
openmp/libomptarget/src/private.h
openmp/libomptarget/src/rtl.cpp