<div dir="ltr"><div>Hi Jake,</div><div><br></div><div>I suspect something about the test/runner is nonhermetic, I'm going to try to fix it in the test.</div><div><br></div><div>This commit changes the serialized PCH format.</div><div>It looks like this test is not properly hermetic, and is trying to load the PCH from a previous run of the test. It clears the module dir, but not the PCH itself.</div><div>This would normally trigger a version mismatch error, but the test disables it with -fdisable-module-hash for some reason.</div><div><br></div><div>Only mystery is why the c-index-test line doesn't fail if it doesn't manage to overwrite the PCH file.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Apr 25, 2022 at 4:59 PM Jake Egan via Phabricator <<a href="mailto:reviews@reviews.llvm.org">reviews@reviews.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Jake-Egan added a comment.<br>
<br>
Hi, this broke a test on AIX <a href="https://lab.llvm.org/buildbot/#/builders/214/builds/903/steps/6/logs/FAIL__Clang__pch-with-module_m" rel="noreferrer" target="_blank">https://lab.llvm.org/buildbot/#/builders/214/builds/903/steps/6/logs/FAIL__Clang__pch-with-module_m</a><br>
<br>
<br>
Repository:<br>
  rG LLVM Github Monorepo<br>
<br>
CHANGES SINCE LAST ACTION<br>
  <a href="https://reviews.llvm.org/D124250/new/" rel="noreferrer" target="_blank">https://reviews.llvm.org/D124250/new/</a><br>
<br>
<a href="https://reviews.llvm.org/D124250" rel="noreferrer" target="_blank">https://reviews.llvm.org/D124250</a><br>
<br>
</blockquote></div>