[all-commits] [llvm/llvm-project] 0979ea: [OpenMP][Docs] Add documentation for using configu...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Fri Apr 14 07:39:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0979ea9235ee26cfcd8a0c13839380af30f13047
https://github.com/llvm/llvm-project/commit/0979ea9235ee26cfcd8a0c13839380af30f13047
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-04-14 (Fri, 14 Apr 2023)
Changed paths:
M openmp/docs/SupportAndFAQ.rst
Log Message:
-----------
[OpenMP][Docs] Add documentation for using configuration files
We recently reverted a patch that automatically set the rpath on OpenMP
executables. This was used because the `libomptarget.so` library is only
expected to work with the same version of compiler that will be using
it. This patch adds some documentation for how to get similar behaviour
as before using a clang configuration file.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D147943
More information about the All-commits
mailing list