[all-commits] [llvm/llvm-project] 7cd420: [libc][NFC] Use a end of list marker for cpu featu...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Wed Jan 27 01:30:49 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7cd420649f9f68e3833ddf968ec9f39d0b9a0e57
https://github.com/llvm/llvm-project/commit/7cd420649f9f68e3833ddf968ec9f39d0b9a0e57
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2021-01-27 (Wed, 27 Jan 2021)
Changed paths:
M libc/cmake/modules/cpu_features/check_cpu_features.cpp.in
Log Message:
-----------
[libc][NFC] Use a end of list marker for cpu feature detection.
Without this, the array can end up being an empty array leading to
compiler failures.
More information about the All-commits
mailing list