llvm-project/compiler-rt/lib/asan/scripts
Dan Liew a94b00513f 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
2018-12-11 12:43:44 +00:00
..
CMakeLists.txt
asan_device_setup [asan] Remove malloc_context_size=0 from asan_device_setup. 2018-04-12 22:06:18 +00:00
asan_symbolize.py Fix bug where we'd try symbolize a second time with the same arguments. 2018-12-11 12:43:44 +00:00