diff options
author | Kazu Hirata <kazu@google.com> | 2024-09-26 12:10:26 -0700 |
---|---|---|
committer | Kazu Hirata <kazu@google.com> | 2024-09-26 12:10:27 -0700 |
commit | 97f0f5b574d36e3252966c455cfb3a687b4f5325 (patch) | |
tree | ba121e9c7e3af0464120e7c739729463d97391e4 /lldb/packages/Python/lldbsuite/test/lldbtest.py | |
parent | e08938280ad1d6a79785919bf89c2b670d379055 (diff) | |
download | llvm-97f0f5b574d36e3252966c455cfb3a687b4f5325.zip llvm-97f0f5b574d36e3252966c455cfb3a687b4f5325.tar.gz llvm-97f0f5b574d36e3252966c455cfb3a687b4f5325.tar.bz2 |
[MC, NVPTX] Fix warnings
This patch fixes:
llvm/include/llvm/MC/MCRegisterInfo.h:146:7: error:
'llvm::MCRegisterInfo' has virtual functions but non-virtual
destructor [-Werror,-Wnon-virtual-dtor]
llvm/lib/Target/NVPTX/NVPTXRegisterInfo.cpp:163:21: error:
comparison of integers of different signs: 'int' and 'size_type'
(aka 'unsigned long') [-Werror,-Wsign-compare]
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbtest.py')
0 files changed, 0 insertions, 0 deletions