[Openmp-commits] [PATCH] D93055: [OpenMP] Add time profiling for libomptarget

Vyacheslav Zakharin via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Jan 22 12:14:04 PST 2021


vzakhari added a comment.

FYI, `libomptarget` LIT tests fail with profiling enabled in shared-libs builds, because `libLLVMSupport.so.12git` dependency cannot be resolved.  Apparently, `LD_LIBRARY_PATH` is only set to `<build>/llvm/projects/openmp/libomptarget`, which obviously does not contain the support library.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93055/new/

https://reviews.llvm.org/D93055



More information about the Openmp-commits mailing list