[Lldb-commits] [PATCH] D56543: DWARF: Add some support for non-native directory separators

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 16 09:43:54 PST 2019


On 16/01/2019 18:16, Stella Stamenova via Phabricator wrote:
> 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
> 
> 
> 

Thanks. I believe r351359 ought to fix that. I'll check back on the bot 
in an hour or so to confirm that.


More information about the lldb-commits mailing list