[Openmp-commits] [PATCH] D109619: [openmp][docs] Describe how the internal components are found

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Sep 30 13:54:44 PDT 2021


jhuber6 added inline comments.


================
Comment at: openmp/docs/SupportAndFAQ.rst:167
+are found like any other dynamic library, by setting rpath or runpath on the
+executable, by setting LD_LIBRARY_PATH, or by adding them to the system search.
+
----------------
I'd suggest anything like this that contains underscores or dashes. I'll leave it up to you if you want to put it around the library names as well.


================
Comment at: openmp/docs/SupportAndFAQ.rst:198
+bitcode file with the right name. This can be overridden by passing a clang
+flag, --libomptarget-nvptx-bc-path or --libomptarget-amdgcn-bc-path. That
+can specify a directory or an exact bitcode file to use.
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109619



More information about the Openmp-commits mailing list