[Openmp-commits] [PATCH] D104474: [OpenMP] Update FAQ with additional instructions for enabling cuda offloading
Joseph Huber via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Jun 17 16:09:04 PDT 2021
jhuber6 accepted this revision.
jhuber6 added inline comments.
This revision is now accepted and ready to land.
================
Comment at: openmp/docs/SupportAndFAQ.rst:217
+If your host compiler is different from your system-wide compiler, you may need
+to set some environment variables such that clang will be able to find the
+correct GCC toolchain in the second stage of the build.
----------------
No longer relevant.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104474/new/
https://reviews.llvm.org/D104474
More information about the Openmp-commits
mailing list