You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
290 B
10 lines
290 B
cd and copy the DWO into the same directory so that it can be found by the
|
|
symbolizer.
|
|
RUN: rm -rf %t && mkdir -p %t
|
|
RUN: cd %t
|
|
RUN: cp %p/Inputs/split-dwarf-empty.dwo %t
|
|
RUN: llvm-symbolizer --inlining --obj=%p/Inputs/split-dwarf-empty.o 0xdeadbeef | FileCheck %s
|
|
|
|
CHECK: ??
|
|
CHECK: ??:0:0
|