[all-commits] [llvm/llvm-project] 36b0dd: [OpenMP] Fixed the issue that CMake variables for ...
Shilei Tian via All-commits
all-commits at lists.llvm.org
Sun Dec 20 15:40:28 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 36b0dd8f678fc446f8088963a70d701507ced8fc
https://github.com/llvm/llvm-project/commit/36b0dd8f678fc446f8088963a70d701507ced8fc
Author: Shilei Tian <tianshilei1992 at gmail.com>
Date: 2020-12-20 (Sun, 20 Dec 2020)
Changed paths:
M llvm/runtimes/CMakeLists.txt
Log Message:
-----------
[OpenMP] Fixed the issue that CMake variables for OpenMP were not passed through when building OpenMP with LLVM_ENABLE_RUNTIMES
Currently when building OpenMP along with LLVM, CMake variables for OpenMP (prefix with `LIBOMP` and `LIBOMPTARGET`) will not be passed through because by default it uses the prefix of the runtime name, aka `OPENMP` in this case. This patch fixed this issue.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D93603
More information about the All-commits
mailing list