diff options
author | Alvin Wong <alvin@alvinhc.com> | 2022-06-22 16:15:34 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2022-06-22 17:16:06 +0300 |
commit | 4d123783957e547009e55346bf3a8ae43a88fa14 (patch) | |
tree | f4b11411afa0a45477d6d17505a5b0592a3be526 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 2bae9560575362ffd756f193efa1de2d5c2f4cfd (diff) | |
download | llvm-4d123783957e547009e55346bf3a8ae43a88fa14.zip llvm-4d123783957e547009e55346bf3a8ae43a88fa14.tar.gz llvm-4d123783957e547009e55346bf3a8ae43a88fa14.tar.bz2 |
[lldb][windows] Fix crash on getting nested exception
LLDB tries to follow `EXCEPTION_RECORD::ExceptionRecord` to follow the
nested exception chain. In practice this code just causes Access
Violation whenever there is a nested exception. Since there does not
appear to be any code in LLDB that is actually using the nested
exceptions, this change just removes the crashing code and adds a
comment for future reference.
Fixes https://github.com/mstorsjo/llvm-mingw/issues/292
Reviewed By: DavidSpickett
Differential Revision: https://reviews.llvm.org/D128201
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions