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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo