[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 8 07:33:25 PDT 2021
JonChesterfield added a comment.
Discussed at weekly call. Going to go with the priority order:
1/ commandline argument
2/ look next to clang
3/ LIBRARY_PATH
4/ error
That means people who have installed clang+openmp together have something that works out of the box, and they can override the deviceRTL if they wish. It also means people who have installed matching clang/openmp in different locations and wired them together with LIBRARY_PATH will continue to work. I'll amend the above to do that.
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