[Lldb-commits] [PATCH] D43419: Fix TestBreakpointInGlobalConstructor for Windows
Adrian McCarthy via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 16 16:27:27 PST 2018
amccarth added a comment.
OK, so my fix is too simplistic. I'll have to (1) make LLDB on Windows also attempt to pre-load the DLLs, (2) make the test use platform-specific expectations, or (3) use a looser expectation. I'll give it some thought over the weekend.
https://reviews.llvm.org/D43419
More information about the lldb-commits
mailing list