[all-commits] [llvm/llvm-project] 4d8ea6: [compiler-rt] Fix a warning
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Thu Oct 19 00:29:27 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4d8ea66d74cd355c267b27ca2dd04c821ae2331f
https://github.com/llvm/llvm-project/commit/4d8ea66d74cd355c267b27ca2dd04c821ae2331f
Author: Kazu Hirata <kazu at google.com>
Date: 2023-10-19 (Thu, 19 Oct 2023)
Changed paths:
M compiler-rt/lib/builtins/cpu_model.c
Log Message:
-----------
[compiler-rt] Fix a warning
This patch fixes:
compiler-rt/lib/builtins/cpu_model.c:590:5: error: unannotated
fall-through between switch labels [-Werror,-Wimplicit-fallthrough]
by adding a missing "break;".
More information about the All-commits
mailing list