[all-commits] [llvm/llvm-project] 3d7d54: [lldb] Fix a "missing field" warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Thu Oct 7 10:25:29 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3d7d5437433c16fd4a9a3674d3752c246961d70e
https://github.com/llvm/llvm-project/commit/3d7d5437433c16fd4a9a3674d3752c246961d70e
Author: Kazu Hirata <kazu at google.com>
Date: 2021-10-07 (Thu, 07 Oct 2021)
Changed paths:
M lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc.cpp
Log Message:
-----------
[lldb] Fix a "missing field" warning
This patch fixes:
llvm-project/lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc.cpp:204:6:
error: missing field 'invalidate_regs' initializer
[-Werror,-Wmissing-field-initializers]
More information about the All-commits
mailing list