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

Sylvestre Ledru via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sun Dec 13 00:43:59 PST 2020


sylvestre.ledru added a comment.

I think there is something wrong in this patch
It creates a new library called:
 usr/lib/llvm-12/lib/libomptarget.so.12

When current files are:
/usr/lib/llvm-12/lib/libomp.so.5

So, at least for consistency, the lib should be called libomptarget.so.12

@ggeorgakoudis should I report a new bug? thanks


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