• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1cd and copy the DWO into the same directory so that it can be found by the
2symbolizer.
3RUN: rm -rf %t && mkdir -p %t
4RUN: cd %t
5RUN: cp %p/Inputs/split-dwarf-empty.dwo %t
6RUN: llvm-symbolizer --inlining --obj=%p/Inputs/split-dwarf-empty.o 0xdeadbeef | FileCheck %s
7
8CHECK: ??
9CHECK: ??:0:0
10