<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - lldb fails to build on windows with RegisterContextWindows_x64.cpp(297): error C2039: 'Rax': is not a member of '_CONTEXT'"
href="https://bugs.llvm.org/show_bug.cgi?id=42724">42724</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>lldb fails to build on windows with RegisterContextWindows_x64.cpp(297): error C2039: 'Rax': is not a member of '_CONTEXT'
</td>
</tr>
<tr>
<th>Product</th>
<td>lldb
</td>
</tr>
<tr>
<th>Version</th>
<td>9.0
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Windows NT
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>release blocker
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>All Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>lldb-dev@lists.llvm.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>hans@chromium.org
</td>
</tr>
<tr>
<th>CC</th>
<td>amccarth@google.com, jdevlieghere@apple.com, labath@google.com, llvm-bugs@lists.llvm.org
</td>
</tr>
<tr>
<th>Blocks</th>
<td>42474
</td>
</tr></table>
<p>
<div>
<pre>From trying to do a 32-bit Windows build of the release_90 branch:
C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1412~1.258\bin\Hostx86\x86\cl.exe
/nologo /TP -DGTEST_HAS_RTTI=0 -DLLDB_CONFIGURATION_RELEASE
-DLLDB_DISABLE_CURSES -DLLDB_DISABLE_LIBEDIT -DUNICODE
-D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_NONSTDC_NO_WARNINGS
-D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS
-D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_FILE_OFFSET_BITS=64 -D_HAS_EXCEPTIONS=0
-D_LARGEFILE_SOURCE -D_SCL_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_WARNINGS
-D_UNICODE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS
-D__STDC_LIMIT_MACROS -Itools\lldb\source\Plugins\Process\Windows\Common
-IC:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common
-Itools\lldb\source -Itools\lldb\include
-IC:\src\llvm_package_900-rc1\llvm\tools\lldb\include -Iinclude
-IC:\src\llvm_package_900-rc1\llvm\include
-IC:\Users\hwennborg\AppData\Local\Programs\Python\Python36-32\Include
-IC:\src\llvm_package_900-rc1\llvm\tools\clang\include
-Itools\lldb\..\clang\include
-IC:\src\llvm_package_900-rc1\llvm\tools\lldb\source\. /DWIN32 /D_WINDOWS
/Zc:inline /Zc:strictStrings /Oi /Zc:rvalueCast /W4 -wd4141 -wd4146 -wd4180
-wd4244 -wd4258 -wd4267 -wd4291 -wd4345 -wd4351 -wd4456 -wd4457 -wd4458 -wd4459
-wd4503 -wd4624 -wd4722 -wd4100 -wd4127 -wd4512 -wd4505 -wd4610 -wd4510 -wd4702
-wd4245 -wd4706 -wd4310 -wd4701 -wd4703 -wd4389 -wd4611 -wd4805 -wd4204 -wd4577
-wd4091 -wd4592 -wd4319 -wd4709 -wd4324 -w14062 -we4238 /MD /O1 /Ob1 -UNDEBUG
-wd4018 -wd4068 -wd4150 -wd4201 -wd4251 -wd4521 -wd4530 /EHs-c- /GR-
/showIncludes
/Fotools\lldb\source\Plugins\Process\Windows\Common\CMakeFiles\lldbPluginProcessWindowsCommon.dir\x64\RegisterContextWindows_x64.cpp.obj
/Fdtools\lldb\source\Plugins\Process\Windows\Common\CMakeFiles\lldbPluginProcessWindowsCommon.dir\lldbPluginProcessWindowsCommon.pdb
/FS -c
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(297):
error C2039: 'Rax': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(300):
error C2039: 'Rbx': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(303):
error C2039: 'Rcx': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(306):
error C2039: 'Rdx': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(309):
error C2039: 'Rdi': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(312):
error C2039: 'Rsi': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(315):
error C2039: 'R8': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(318):
error C2039: 'R9': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(321):
error C2039: 'R10': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(324):
error C2039: 'R11': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(327):
error C2039: 'R12': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(330):
error C2039: 'R13': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(333):
error C2039: 'R14': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(336):
error C2039: 'R15': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(339):
error C2039: 'Rbp': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(342):
error C2039: 'Rsp': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(345):
error C2039: 'Rip': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(351):
error C2039: 'Xmm0': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(355):
error C2039: 'Xmm1': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(359):
error C2039: 'Xmm2': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(363):
error C2039: 'Xmm3': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(367):
error C2039: 'Xmm4': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(371):
error C2039: 'Xmm5': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(375):
error C2039: 'Xmm6': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(379):
error C2039: 'Xmm7': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(383):
error C2039: 'Xmm8': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(387):
error C2039: 'Xmm9': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(391):
error C2039: 'Xmm10': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(395):
error C2039: 'Xmm11': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(399):
error C2039: 'Xmm12': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(403):
error C2039: 'Xmm13': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(407):
error C2039: 'Xmm14': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(411):
error C2039: 'Xmm15': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(429):
error C2039: 'Rax': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(432):
error C2039: 'Rbx': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(435):
error C2039: 'Rcx': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(438):
error C2039: 'Rdx': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(441):
error C2039: 'Rdi': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(444):
error C2039: 'Rsi': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(447):
error C2039: 'R8': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(450):
error C2039: 'R9': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(453):
error C2039: 'R10': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(456):
error C2039: 'R11': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(459):
error C2039: 'R12': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(462):
error C2039: 'R13': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(465):
error C2039: 'R14': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(468):
error C2039: 'R15': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(471):
error C2039: 'Rbp': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(474):
error C2039: 'Rsp': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(477):
error C2039: 'Rip': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(483):
error C2039: 'Xmm0': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(486):
error C2039: 'Xmm1': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(489):
error C2039: 'Xmm2': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(492):
error C2039: 'Xmm3': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(495):
error C2039: 'Xmm4': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(498):
error C2039: 'Xmm5': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(501):
error C2039: 'Xmm6': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(504):
error C2039: 'Xmm7': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(507):
error C2039: 'Xmm8': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(510):
error C2039: 'Xmm9': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(513):
error C2039: 'Xmm10': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(516):
error C2039: 'Xmm11': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(519):
error C2039: 'Xmm12': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(522):
error C2039: 'Xmm13': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(525):
error C2039: 'Xmm14': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
C:\src\llvm_package_900-rc1\llvm\tools\lldb\source\Plugins\Process\Windows\Common\x64\RegisterContextWindows_x64.cpp(528):
error C2039: 'Xmm15': is not a member of '_CONTEXT'
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(7548):
note: see declaration of '_CONTEXT'
[85/853] Building CXX object
tools\lldb\source\Plugins\Sym...\lldbPluginSymbolFileDWARF.dir\DWARFASTParserClang.cpp.obj
ninja: build stopped: subcommand failed.</pre>
</div>
</p>
<div id="referenced">
<hr style="border: 1px dashed #969696">
<b>Referenced Bugs:</b>
<ul>
<li>
[<a class="bz_bug_link
bz_status_NEW "
title="NEW - [meta] 9.0.0 Release Blockers"
href="https://bugs.llvm.org/show_bug.cgi?id=42474">Bug 42474</a>] [meta] 9.0.0 Release Blockers
</li>
</ul>
</div>
<br>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>