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

Davide Italiano via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 11 09:59:09 PDT 2018


Great, thanks for the update.
I'll wait then. There's also an assertion failure in DebugInfo/MSF,
which was, incidentally, caused by another test we added yesterday. I
think it might be related (be in your area).

Thanks,

--
Davide
On Thu, Oct 11, 2018 at 9:47 AM Zachary Turner <zturner at google.com> wrote:
>
> 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


More information about the lldb-commits mailing list