[PATCH] D118493: Set rpath on openmp executables

Jon Chesterfield via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 31 07:39:04 PST 2022


JonChesterfield added inline comments.


================
Comment at: clang/test/OpenMP/implicit_rpath.c:28
+// CHECK-COMPOSABLE: ({{R|RUN}}PATH) Library {{r|run}}path: [early:late:{{.*}}llvm/lib]
+
+int main() {}
----------------
This ^ probably has path separator issues on windows, will try to find what the proper regex is for that


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118493



More information about the cfe-commits mailing list