diff options
Diffstat (limited to 'llvm/test/DebugInfo/symbolize-split-dwarf-empty.test')
| -rw-r--r-- | llvm/test/DebugInfo/symbolize-split-dwarf-empty.test | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/symbolize-split-dwarf-empty.test b/llvm/test/DebugInfo/symbolize-split-dwarf-empty.test new file mode 100644 index 00000000000..090baf24e0e --- /dev/null +++ b/llvm/test/DebugInfo/symbolize-split-dwarf-empty.test @@ -0,0 +1,9 @@ +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 |

