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.
13 lines
295 B
13 lines
295 B
RUN: rm -rf %t
|
|
RUN: mkdir -p %t
|
|
RUN: cp %p/Inputs/split-dwarf-multiple-cu.dwo %t
|
|
|
|
RUN: cd %t
|
|
RUN: llvm-symbolizer --obj=%p/Inputs/split-dwarf-multiple-cu.o 0x4 | FileCheck %s
|
|
|
|
CHECK: f2
|
|
CHECK-NEXT: split-dwarf-multiple-cu.cpp:3:3
|
|
CHECK-NEXT: f3
|
|
CHECK-NEXT: split-dwarf-multiple-cu.cpp:6:0
|
|
|