Changeset View
Changeset View
Standalone View
Standalone View
test/DebugInfo/llvm-symbolizer-split-dwarf-empty.test
REQUIRES: shell | REQUIRES: shell | ||||
RUN: cd %T | RUN: rm -rf %t && mkdir -p %t | ||||
RUN: cp %p/Inputs/split-dwarf-empty.dwo %T | RUN: cd %t | ||||
RUN: cp %p/Inputs/split-dwarf-empty.dwo %t | |||||
RUN: echo "%p/Inputs/split-dwarf-empty.o 0xdeadbeef" > %t.input | RUN: echo "%p/Inputs/split-dwarf-empty.o 0xdeadbeef" > %t.input | ||||
RUN: llvm-symbolizer --functions=linkage --inlining --demangle=false \ | RUN: llvm-symbolizer --functions=linkage --inlining --demangle=false \ | ||||
RUN: --default-arch=i386 < %t.input | FileCheck %s | RUN: --default-arch=i386 < %t.input | FileCheck %s | ||||
CHECK: ?? | CHECK: ?? | ||||
CHECK: ??:0:0 | CHECK: ??:0:0 |