File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
llvm/test/tools/llvm-symbolizer Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ RUN: llvm-symbolizer --obj=%p/Inputs/symbols.so func_01+0A | FileCheck --check-p
65
65
RUN: llvm-addr2line --obj=%p/Inputs/symbols.so func_01+0A | FileCheck --check-prefix=NONEXISTENT %s
66
66
67
67
# If '+' is not preceded by a symbol, it is part of a symbol name, not an offset separator.
68
- # address starting with a `+` sign is a valid address
69
- RUN: llvm-symbolizer --obj=%p/Inputs/symbols.so +0x1138 | FileCheck --check-prefix=CODE-CMD %s
68
+ RUN: llvm-symbolizer --obj=%p/Inputs/symbols.so +0x1138 | FileCheck --check-prefix=NONEXISTENT %s
69
+ # in addr2line address starting with a `+` sign is a valid address
70
70
RUN: llvm-addr2line --obj=%p/Inputs/symbols.so +0x1138 | FileCheck --check-prefix=CODE-CMD %s
71
71
72
72
# Show that C++ mangled names may be specified.
You can’t perform that action at this time.
0 commit comments