[all-commits] [llvm/llvm-project] 5e58b6: [OpenMP] libomp: fix warning on comparison of inte...
Andrey Churbanov via All-commits
all-commits at lists.llvm.org
Wed Oct 13 10:12:04 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5e58b63b28695e4174a1c6ee57867f8aaff2b21d
https://github.com/llvm/llvm-project/commit/5e58b63b28695e4174a1c6ee57867f8aaff2b21d
Author: AndreyChurbanov <andrey.churbanov at intel.com>
Date: 2021-10-13 (Wed, 13 Oct 2021)
Changed paths:
M openmp/runtime/src/kmp_settings.cpp
Log Message:
-----------
[OpenMP] libomp: fix warning on comparison of integer expressions of different signedness
Replaced macro with global variable of correspondent type.
Differential Revision: https://reviews.llvm.org/D111562
More information about the All-commits
mailing list