[all-commits] [llvm/llvm-project] 636269: [CodeGen] Fix a warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Fri Aug 25 11:01:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 636269f4fca44693bfd787b0a37bb0328ffcc085
https://github.com/llvm/llvm-project/commit/636269f4fca44693bfd787b0a37bb0328ffcc085
Author: Kazu Hirata <kazu at google.com>
Date: 2023-08-25 (Fri, 25 Aug 2023)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
Log Message:
-----------
[CodeGen] Fix a warning
This patch fixes:
llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp:3540:9: error: default
label in switch which covers all enumeration values
[-Werror,-Wcovered-switch-default]
More information about the All-commits
mailing list