<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">
<div>Hello,</div>
<div><br>
</div>
<div>has anyone tried to compile LLDB with Visual Studio 2015 Update 3 ?</div>
<div><br>
</div>
<div>It compiles fine with Update 2, but with Update 3 we get error messages like:</div>
<div><br>
</div>
<div>    D:\dev\llvm\tools\lldb\include\lldb/Target/Process.h(3194): error C2719:</div>
<div>    'default_stop_addr': formal parameter with requested alignment of 8 won't be aligned</div>
<div>    (compiling source file D:\dev\llvm\tools\lldb\source\Expression\FunctionCaller.cpp)</div>
<div><br>
</div>
<div>although there is no __declspec(align) on that parameter.</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span></div>
<div>We reported the issue to Microsoft here:</div>
<div>https://connect.microsoft.com/VisualStudio/feedback/details/2870567/lldb-no-longer-compiles</div>
<div><br>
</div>
<div>-Philippe</div>
</div>
</body>
</html>