[all-commits] [llvm/llvm-project] 30ce6f: [OpenMP] Fix an OpenMP Windows build problem
vadikp-intel via All-commits
all-commits at lists.llvm.org
Mon Mar 27 17:24:42 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 30ce6fbfaae4a6c03fe18d06163e696054a692cb
https://github.com/llvm/llvm-project/commit/30ce6fbfaae4a6c03fe18d06163e696054a692cb
Author: Vadim Paretsky <b-vadipa at microsoft.com>
Date: 2023-03-27 (Mon, 27 Mar 2023)
Changed paths:
M openmp/runtime/src/CMakeLists.txt
A openmp/runtime/src/kmp_dummy.txt
Log Message:
-----------
[OpenMP] Fix an OpenMP Windows build problem
When building OpenMP as part of LLVM, CMAKE was generating incorrect
location references for OpenMP build's first step's artifacts being used
in regenerating its Windows import library in the second step. The fix is
to feed a dummy non-buildable, rather than buildable, source to CMAKE to
satisfy its source requirements removing the need to reference the first
step's artifacts in the second step altogether.
Differential Revision:https://reviews.llvm.org/D146894
More information about the All-commits
mailing list