[Openmp-commits] [PATCH] D149391: [OpenMP] Add missing -L to libomptarget tests
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Apr 27 16:56:22 PDT 2023
JonChesterfield accepted this revision.
JonChesterfield added a comment.
Interesting. I wonder what libraries were being picked up before - maybe from the cmake install directory?
L is simpler than linking the specific libraries individually. There's a failure mode where the libraries aren't in the expected directory and other libraries with the same name are found elsewhere, but hopefully cmake errors observably if the library didn't build.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149391/new/
https://reviews.llvm.org/D149391
More information about the Openmp-commits
mailing list