[all-commits] [llvm/llvm-project] 19433b: [OpenMP] Fix incorrect property of __has_attribute...
kkwli via All-commits
all-commits at lists.llvm.org
Mon Jan 6 12:09:06 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 19433b199d1ccc8798475dbe9084fc66360ec5d5
https://github.com/llvm/llvm-project/commit/19433b199d1ccc8798475dbe9084fc66360ec5d5
Author: Kelvin Li <kkwli0 at gmail.com>
Date: 2020-01-06 (Mon, 06 Jan 2020)
Changed paths:
M openmp/runtime/src/kmp_os.h
Log Message:
-----------
[OpenMP] Fix incorrect property of __has_attribute() macro
__has_attribute(fallthough) -> __has_attribute(fallthrough)
Submitted by: kiszk (Kazuaki Ishizaki <ishizaki at jp.ibm.com>)
Differential Revision: https://reviews.llvm.org/D72287
More information about the All-commits
mailing list