[Lldb-commits] [PATCH] D62337: [lldb] followup fix for https://reviews.llvm.org/D62305
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu May 23 18:07:39 PDT 2019
JDevlieghere added a comment.
I reverted this because it broke the Windows bot again :(
E:\build_slave\lldb-x64-windows-ninja\llvm\tools\lldb\source\Host\common\HostNativeThreadBase.cpp(21): error C2440: 'initializing': cannot convert from 'initializer list' to 'lldb::thread_result_t'
E:\build_slave\lldb-x64-windows-ninja\llvm\tools\lldb\source\Host\common\HostNativeThreadBase.cpp(21): note: Non-class type 'lldb::thread_result_t' cannot be initialized with a parenthesized initializer list
E:\build_slave\lldb-x64-windows-ninja\llvm\tools\lldb\source\Host\common\HostNativeThreadBase.cpp(21): error C2439: 'lldb_private::HostNativeThreadBase::m_result': member could not be initialized
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62337/new/
https://reviews.llvm.org/D62337
More information about the lldb-commits
mailing list