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.
6 lines
118 B
Plaintext
6 lines
118 B
Plaintext
RUN: llvm-symbolizer --obj=%p/Inputs/macho-universal 0x1f84 | FileCheck %s
|
|
|
|
CHECK-NOT: main
|
|
CHECK: ??
|
|
CHECK-NOT: main
|