[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:35:42 PDT 2018
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