[LLDB] Use LLVM_FALLTHROUGH instead of a custom comment

This fixes a warning when built with Clang in MinGW mode.

Differential Revision: https://reviews.llvm.org/D67860

llvm-svn: 372484
This commit is contained in:
Martin Storsjo 2019-09-21 19:09:54 +00:00
parent 2e25c44dc3
commit 5c38730dbd
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ NativeProcessWindows::OnDebugException(bool first_chance,
return ExceptionResult::BreakInDebugger;
}
// Fall through
LLVM_FALLTHROUGH;
default:
LLDB_LOG(log,
"Debugger thread reported exception {0:x} at address {1:x} "