Seems users have enough different uses of the symbolizer where they might have unknown binaries and offsets such that "best effort" behavior is all that's expected of llvm-symbolizer - so even erroring on unknown executables and out of bounds offsets might not be suitable. This reverts commit1de0199748. This reverts commita7b209a6d4. This reverts commit338dd138ea.
4 lines
147 B
Plaintext
4 lines
147 B
Plaintext
RUN: llvm-symbolizer --obj=unexisting-file 0x1234 2>&1 | FileCheck %s
|
|
|
|
CHECK: LLVMSymbolizer: error reading file: {{[Nn]}}o such file or directory
|