[all-commits] [llvm/llvm-project] 33d003: [lldb] Fix unhandled switch case for GOFF in GDBRe...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Tue Aug 11 03:57:48 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 33d0031edba2483579b875fc20171cafef2f6a64
https://github.com/llvm/llvm-project/commit/33d0031edba2483579b875fc20171cafef2f6a64
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-08-11 (Tue, 11 Aug 2020)
Changed paths:
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
Log Message:
-----------
[lldb] Fix unhandled switch case for GOFF in GDBRemoteCommunicationClient
Just implementing the default case that emits an error to supress the compiler
warning.
More information about the All-commits
mailing list