[all-commits] [llvm/llvm-project] e27ce2: [OpenMP][libomp] Make LIBOMP_CONFIGURED_LIBFLAGS a...
Mikael Simberg via All-commits
all-commits at lists.llvm.org
Thu Jun 2 08:51:19 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e27ce281399dca8b08b6ca593172a1bd5dbdd5c1
https://github.com/llvm/llvm-project/commit/e27ce281399dca8b08b6ca593172a1bd5dbdd5c1
Author: Mikael Simberg <mikael.simberg at iki.fi>
Date: 2022-06-02 (Thu, 02 Jun 2022)
Changed paths:
M openmp/runtime/cmake/LibompHandleFlags.cmake
Log Message:
-----------
[OpenMP][libomp] Make LIBOMP_CONFIGURED_LIBFLAGS a list instead of string
When configuring llvm with the openmp subproject, the build for the omp
target fails if LIBOMP_CONFIGURED_LIBFLAGS contains more than one item.
LIBOMP_CONFIGURED_LIBFLAGS should be a semicolon-separated list instead
of a string with items separated by spaces.
Differential Revision: https://reviews.llvm.org/D125370
More information about the All-commits
mailing list