[Openmp-commits] [PATCH] D118493: Set rpath on openmp executables

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Jan 31 07:40:37 PST 2022


jhuber6 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() {}
----------------
JonChesterfield wrote:
> This ^ probably has path separator issues on windows, will try to find what the proper regex is for that
https://llvm.org/docs/CommandGuide/lit.html#substitutions I think it's one of these.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118493



More information about the Openmp-commits mailing list