<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/119517>119517</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
Clang :: Format/docs_updated.test failed after building with MSVC
</td>
</tr>
<tr>
<th>Labels</th>
<td>
clang
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
NEIL-smtg
</td>
</tr>
</table>
<pre>
I work on Microsoft Visual C++ testing, where we regularly build popular open-source projects, including yours, with development builds of our compiler and libraries to detect and prevent shipping regressions that would affect you. This also allows us to provide advance notice of breaking changes, which is the case here.
Recently, while running the tests for LLVM, the `Clang :: Format/docs_updated.test` test failed. Please refer to the attached build log for more details:
[docs_updated.test.log](https://github.com/user-attachments/files/18090961/docs_updated.test.log)
Repro steps:
1. Open x64 native tools command prompt for VS2022
2. git clone https://github.com/llvm/llvm-project.git
3. mkdir llvm\llvm-project\build_amd64 & cd llvm\llvm-project\build_amd64
4. cmake -G "Visual Studio 17 2022" -A x64 -DCMAKE_SYSTEM_VERSION=10.0.22621.0 -DLLVM_ENABLE_PROJECTS="clang" ..\llvm 2>&1
5. msbuild /m /p:Platform=x64 /p:Configuration=RelWithDebInfo /p:PreferredToolArchitecture=x64 LLVM.sln /t:Rebuild 2>&1
6. python.exe ../llvm/utils/lit/lit.py -v --no-progress-bar --param build_mode=RelWithDebInfo --param clang_site_config=./tools/clang/test/lit.site.cfg ./tools/clang/test -j 16 --filter Format/docs_updated.test
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJyUVUFv2zgT_TX0ZSBComS5Ovig2NaHfJu0RRxksSeDEkcSG4oUSMqp__2CtNMW6G539yLDxOObN49vSO6cHDTilqzvyHq_4osfjd1-PNw_JG7yw6o14rK9hzdjX8FoeJSdNc70Hl6kW7iCHWF3hN2BR-elHgjbwduIFuENweKwKG7VBdpFKgGzmcN_MDPqxJnFdgizNV-w8y5slLpTi5B6gItZbFx6k34EgWdUZp5Q-yuTA9ODWSx0ZpqlQgtcC1CytdxKdOANCPTY-bg-WzyHrW6U8xzYLQ4WnZNGO_Aj9_BmFiWA933YcjELhedROuDKGeBKmTcHS2SdrTlLgcDFmesOQRsvOwxqWov8NZB3I9cDXsWPshtBhiIIHXcIwRlK0pqk9RN2qL263IAKwS5aB4aADnY66I2Fh4eXx4AJq6RMd4rrAUhek7yGxtiJe8IaYTp3WmbBPQoa9pIyjRzQc6lQUPisMAiw2KMNnQQ67j3vRhS341FmiBUnYzH4x6VyoVBak_XdTxWoMgNZ7wn7MHo_RyBrCGsG6celpZ2ZCGsWhza5lgmn5whreqmCO032Ia3Sqsz-Sn3kZtW7UbM14DzO72rSOqPwaUYNX8sCNPfyjOCNUS4EYrqeuZlmH9t5ObKUMZLWjMIgPXTKaIRfiFbq_P6T3OJJB-lJWucUplchLUTIevcjhKx30cYTn0RZAGEldOKfgSStCwrdxF8Rkv8BYew2WEe_CGkg20CUzxgkdew32e8e698Op-Mfx-fD4-nl8HS8__SR5PsspSllrGQZTSHZh-CcDh_ru4fD6fPTp_8fds9Hku8JY13IUGCk9KYNGMkPhJUZSes1hcldE0FYM4XPTPL6s-K-N3Yi-f5r7C-u7ozu5bBY7qXRJN8_ofpd-nGP7b3uzbe9MXYWxbMxqrbdKMNwLhZvZEEqdUoHvCd5_YTX-j-oKinMFz8aTfErBuHfzmnxIaesUdJfv3S-QHKGJNEmeB5nPWm5hSSZueXTNe6nyQj8WfE7Jnp0ctLjqYs9knwfisaYEdbcPGzisF3LBjDt-gH-DgfJF8hKSJJeKo_2V-MbU74S21xUecVXuM02eV6lGWPFatwK3hZFUeabtmJd2hbZuq826xKrtq3SclOu5JalrMhYlqWbLC8KykWffWirNivTqq0KTooUJy4VDSZSY4eVdG7BbZZV62yzUrxF5eKj8D0u4X2w2xjldhkcKVIlnXffKbz0Crf_8oa63UzA-2BFPJJw-cUL__H4slstVm3_25QS1sQu4vVybeS8ZX8GAAD__5AiROc">