diff options
author | Greg Clayton <gclayton@fb.com> | 2020-03-06 14:59:41 -0800 |
---|---|---|
committer | Greg Clayton <gclayton@fb.com> | 2020-03-06 18:07:36 -0800 |
commit | eb61ab1bd9af607fc7439edd3b92467b78772b92 (patch) | |
tree | 5f8278a108b53f8a84fdbb77c834697367049e7b /lldb/source/Commands/CommandObjectExpression.cpp | |
parent | 7003f64c1eb25e6a0dd10a4beabc3ca7bcaef7eb (diff) | |
download | llvm-eb61ab1bd9af607fc7439edd3b92467b78772b92.zip llvm-eb61ab1bd9af607fc7439edd3b92467b78772b92.tar.gz llvm-eb61ab1bd9af607fc7439edd3b92467b78772b92.tar.bz2 |
Fix a copy and paste error that would cause a crash.
Summary: The wrong variable was being checked for an error, which mean a llvm::Error went unchecked and crashes dsymutil. Discovered this when trying to feed an ELF file to "dsymutil --update" and running into the crash.
Reviewers: aprantl, JDevlieghere
Subscribers: llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D75777
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.cpp')
0 files changed, 0 insertions, 0 deletions