This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][Docs] Add documentation for using configuration files
ClosedPublic

Authored by jhuber6 on Apr 10 2023, 7:52 AM.

Details

Summary

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.

Diff Detail

Event Timeline

jhuber6 created this revision.Apr 10 2023, 7:52 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 10 2023, 7:52 AM
jhuber6 requested review of this revision.Apr 10 2023, 7:52 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 10 2023, 7:52 AM
jdoerfert accepted this revision.Apr 13 2023, 9:19 AM
This revision is now accepted and ready to land.Apr 13 2023, 9:19 AM