mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +00:00
llvm-symbolizer: use dynamic symbol table if the regular one is stripped.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202265 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -77,3 +77,9 @@ BINARY_C: main
|
||||
BINARY_C-NEXT: /tmp/dbginfo{{[/\\]}}llvm-symbolizer-test.c:10
|
||||
BINARY_C: _start
|
||||
BINARY_C: {{g$}}
|
||||
|
||||
RUN: echo "0x1f1" > %t.input6
|
||||
RUN: llvm-symbolizer --obj %p/Inputs/shared-object-stripped.elf-i386 < %t.input6 \
|
||||
RUN: | FileCheck %s --check-prefix=STRIPPED
|
||||
|
||||
STRIPPED: global_func
|
||||
|
Reference in New Issue
Block a user