[Lldb-commits] [lldb] r344154 - Create a SymbolFile plugin for cross-platform PDB access.

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 11 09:46:49 PDT 2018


I'm working on a fix for this and several other issues right now.  For this
one I think we just need to add -- on the command line.

On Thu, Oct 11, 2018 at 9:36 AM Davide Italiano <dccitaliano at gmail.com>
wrote:

> On Wed, Oct 10, 2018 at 9:40 AM Zachary Turner via lldb-commits
> <lldb-commits at lists.llvm.org> wrote:
> >
> > Author: zturner
> > Date: Wed Oct 10 09:39:07 2018
> > New Revision: 344154
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=344154&view=rev
> > Log:
> > Create a SymbolFile plugin for cross-platform PDB access.
> >
>
> Hey Zach, I'm afraid this broke the MacOS Cmake bots (see, e.g.
> http://lab.llvm.org:8080/green/view/LLDB/job/lldb-cmake/11020/)
>
> May I ask you to take a look?
>
> The failure pattern looks like:
>
> ````
> FAIL: lldb :: SymbolFile/NativePDB/disassembly.cpp (48 of 1357)
>
> clang-8: warning:
>
> '/Users/davide/work/llvm-project-20170507/lldb/lit/SymbolFile/NativePDB/disassembly.cpp'
> treated as the '/U' option [-Wslash-u-filename]
>
> clang-8: note: Use '--' to treat subsequent arguments as filenames
>
> clang-8: error: no input files
> ````
>
> So it's hopefully something relatively straightforward to fix. Please
> let me know if you need other informations.
>
> Thanks,
>
> --
> Davide
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181011/f8476521/attachment.html>


More information about the lldb-commits mailing list