[Openmp-commits] [PATCH] D107698: [libomptarget][amdgpu] use --allow-shlib-undefined to link on FreeBSD
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sat Aug 7 14:52:26 PDT 2021
JonChesterfield accepted this revision.
JonChesterfield added a comment.
This revision is now accepted and ready to land.
That'll work. It means freebsd gets less link time sanity checking though.
The correct fix might be to use a platform abstraction over environment access. There's probably one in the llvm libraries we can use.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107698/new/
https://reviews.llvm.org/D107698
More information about the Openmp-commits
mailing list