[all-commits] [llvm/llvm-project] 877609: [OpenMP] Fix installation to old resource dir
Joseph Huber via All-commits
all-commits at lists.llvm.org
Mon Nov 14 06:22:41 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 87760910a3111948fa56f2717fbf53e536893b2d
https://github.com/llvm/llvm-project/commit/87760910a3111948fa56f2717fbf53e536893b2d
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2022-11-14 (Mon, 14 Nov 2022)
Changed paths:
M openmp/CMakeLists.txt
Log Message:
-----------
[OpenMP] Fix installation to old resource dir
Summary:
The changes in D125860 renamed the old resource directory to only use
the major version. This was not updated for the OpenMP project, causing
OpenMP resources to still be installed in the old `major.minor.rev`
folder. This lead to problems including the header files.
fixes #58966
More information about the All-commits
mailing list