[Lldb-commits] [PATCH] D56543: DWARF: Add some support for non-native directory separators
Stella Stamenova via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 16 09:16:58 PST 2019
stella.stamenova added a comment.
The Windows Buildbot is failing because of one of the tests (SymbolFile/DWARF/dir-separator-no-comp-dir-relative-name.s) added in this change. You can see the failure here: http://lab.llvm.org:8011/builders/lldb-x64-windows-ninja/builds/666. It looks like it is checking for the wrong path on Windows:
# CHECK: Line table for foo/a.c
^
<stdin>:11:1: note: scanning from here
Line table for foo\a.c in `dir-separator-no-comp-dir-relative-name.s.tmp
^
error: command failed with exit status: 1
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56543/new/
https://reviews.llvm.org/D56543
More information about the lldb-commits
mailing list