[PATCH] D43197: [OpenMP] Add flag for linking runtime bitcode library
Jonas Hahnfeld via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 14 08:21:30 PST 2018
Hahnfeld added inline comments.
================
Comment at: test/Driver/unix-openmp-offload-gpu.c:15
+/// bitcode library that will be found via the LIBRARY_PATH.
+// RUN: touch /tmp/libomptarget-nvptx-sm_60.bc
+// RUN: env LIBRARY_PATH=/tmp
----------------
I don't see how that solves the problem of using `/tmp`?!?
Repository:
rC Clang
https://reviews.llvm.org/D43197
More information about the cfe-commits
mailing list