diff options
author | Dan Liew <dan@su-root.co.uk> | 2018-12-11 12:43:44 +0000 |
---|---|---|
committer | Dan Liew <dan@su-root.co.uk> | 2018-12-11 12:43:44 +0000 |
commit | a94b00513f9a469c703924a627d7841533570fb0 (patch) | |
tree | 5fc85848f820a709033e6fdf663eccb46543c82c /llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | |
parent | fe7592d48e07e1b49a7b3c72ee8e388def0e3bc2 (diff) | |
download | bcm5719-llvm-a94b00513f9a469c703924a627d7841533570fb0.tar.gz bcm5719-llvm-a94b00513f9a469c703924a627d7841533570fb0.zip |
Fix bug where we'd try symbolize a second time with the same arguments.
Summary:
Fix bug where we'd try symbolize a second time with the same arguments even though symbolization failed the first time.
This looks like a long standing typo given that the guard for trying
symbolization again is to only try it if symbolization failed using
`binary` and `original_binary != binary`.
Reviewers: kubamracek, glider, samsonov
Subscribers: #sanitizers, llvm-commits
Differential Revision: https://reviews.llvm.org/D55504
llvm-svn: 348841
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp')
0 files changed, 0 insertions, 0 deletions