diff options
author | David Majnemer <david.majnemer@gmail.com> | 2014-09-16 06:34:29 +0000 |
---|---|---|
committer | David Majnemer <david.majnemer@gmail.com> | 2014-09-16 06:34:29 +0000 |
commit | 8faf9370fa6af03e58d658c2cf31569b1ecc47b6 (patch) | |
tree | 5b974e0d10be784eb438fbbd52e4827ede7e0f38 /lldb/source/Plugins/Process/Linux | |
parent | 76e251c03bfacdee5cd229abb6c4a074e1ee32e0 (diff) | |
download | bcm5719-llvm-8faf9370fa6af03e58d658c2cf31569b1ecc47b6.tar.gz bcm5719-llvm-8faf9370fa6af03e58d658c2cf31569b1ecc47b6.zip |
Clean-up warnings on Linux/GCC
llvm-svn: 217862
Diffstat (limited to 'lldb/source/Plugins/Process/Linux')
-rw-r--r-- | lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp b/lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp index f362477d923..c237b8d6a12 100644 --- a/lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp +++ b/lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp @@ -113,6 +113,7 @@ NativeThreadLinux::GetStopReason (ThreadStopInfo &stop_info) } return false; } + llvm_unreachable("unhandled StateType!"); } lldb_private::NativeRegisterContextSP |