[Lldb-commits] [PATCH] D51859: [NFC] Turn "load dependent files" boolean into an enum
Stella Stamenova via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 20 10:09:22 PDT 2018
stella.stamenova added a comment.
This broke the windows build:
##[error]llvm\tools\lldb\source\plugins\process\windows\common\processwindows.cpp(840,0): Error C2664: 'void lldb_private::Target::SetExecutableModule(lldb::ModuleSP &,lldb_private::LoadDependentFiles)': cannot convert argument 2 from 'bool' to 'lldb_private::LoadDependentFiles'
Repository:
rL LLVM
https://reviews.llvm.org/D51859
More information about the lldb-commits
mailing list