[Openmp-commits] [PATCH] D109061: [openmp] No longer use LIBRARY_PATH to find devicertl

Jon Chesterfield via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Sep 1 15:28:04 PDT 2021


JonChesterfield requested review of this revision.
JonChesterfield added a comment.

Sending back to review now that the test updates are included and LIBRARY_PATH removed from the test setup entirely



================
Comment at: clang/test/Driver/openmp-offload-gpu.c:151
 
 /// Check that the runtime bitcode library is part of the compile line. Create a bogus
+/// bitcode library and specify it with libomptarget-nvptx-bc-path
----------------
Tests didn't change much - replace env LIBRARY_PATH with --libomptarget-nvptx-bc-path. Dropped the one that only used LIBRARY_PATH and added one for the new runtime library using directory. Slightly reordered and updated comments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109061



More information about the Openmp-commits mailing list