[all-commits] [llvm/llvm-project] 23d906: [openmp] Fix export file paths (#202692)
Michael Kruse via All-commits
all-commits at lists.llvm.org
Fri Jun 12 04:28:07 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 23d906e24b06f27749c84229e4a3043b7e63a2d5
https://github.com/llvm/llvm-project/commit/23d906e24b06f27749c84229e4a3043b7e63a2d5
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2026-06-12 (Fri, 12 Jun 2026)
Changed paths:
M openmp/runtime/cmake/LibompExports.cmake
Log Message:
-----------
[openmp] Fix export file paths (#202692)
The files omp_lib.h and omp-tools.h are the outputs of two
configure_file invocations which specify the full path of the outputs.
Use these full paths in LibompExports.cmake so they can actually be
found.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list