[all-commits] [llvm/llvm-project] 5e2358: [runtimes][openmp] Change to not treat ARCH-unknow...
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Tue Nov 30 15:33:51 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5e2358c781b85a18d1463fd924d2741d4ae5e42e
https://github.com/llvm/llvm-project/commit/5e2358c781b85a18d1463fd924d2741d4ae5e42e
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2021-12-01 (Wed, 01 Dec 2021)
Changed paths:
M openmp/runtime/cmake/LibompCheckFortranFlag.cmake
M openmp/runtime/cmake/LibompCheckLinkerFlag.cmake
Log Message:
-----------
[runtimes][openmp] Change to not treat ARCH-unknown-linux-gnu as errors
When OpenMP is compiled as a part runtimes for multiple targets, openmp
is compiled under build/runtimes/runtimes-arch-unknown-linux-gnu-bins
directory. Old implementation treats this directory name as errors.
This patch adds a guard like "[Uu]known[^-]".
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D114346
More information about the All-commits
mailing list