<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:jh7370.2008@my.bristol.ac.uk" title="James Henderson <jh7370.2008@my.bristol.ac.uk>"> <span class="fn">James Henderson</span></a>
</span> changed
<a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - Merge d22140687500f90830fe416d9c1e317f7c4535d5 into 12.0.0"
href="https://bugs.llvm.org/show_bug.cgi?id=49227">bug 49227</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>FIXED
</td>
<td>---
</td>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>RESOLVED
</td>
<td>REOPENED
</td>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>jh7370.2008@my.bristol.ac.uk
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - Merge d22140687500f90830fe416d9c1e317f7c4535d5 into 12.0.0"
href="https://bugs.llvm.org/show_bug.cgi?id=49227#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - Merge d22140687500f90830fe416d9c1e317f7c4535d5 into 12.0.0"
href="https://bugs.llvm.org/show_bug.cgi?id=49227">bug 49227</a>
from <span class="vcard"><a class="email" href="mailto:jh7370.2008@my.bristol.ac.uk" title="James Henderson <jh7370.2008@my.bristol.ac.uk>"> <span class="fn">James Henderson</span></a>
</span></b>
<pre>We are seeing a failure of the test that is part of the commit on our version
of the release branch, following this cherry-pick. The failure is almost
certainly due to a missing prerequisite lit change. The lit change in question
I think we'd need is
<a href="https://github.com/llvm/llvm-project/commit/42a21778f61cdc8462ce2cfb6ad7bc1992b2063c">https://github.com/llvm/llvm-project/commit/42a21778f61cdc8462ce2cfb6ad7bc1992b2063c</a>,
although there are some known issues with that change (see
<a href="https://reviews.llvm.org/D95246">https://reviews.llvm.org/D95246</a>), so it would probably be safer to make a
different change to the test.
I am not currently set up to work with the release branch, and am not in a good
place to provide the new fix instead. However, I can describe it here.
Essentially, all that needs to happen is one of the two following:
1) Delete the -DMSG=%errc_ENOENT bits from lines 36 and 38 of the test, and
replace the `[[MSG]]` on lines 40 and 46 with `{{[Nn]))o such file or
directory`.
2) Replace the `%errc_ENOENT` on lines 36 and 38 with `{{[Nn]))o such file or
directory`, possibly with additional quoting to avoid any shell character
issues, I'm not sure.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>