<div dir="ltr">I'm seeing tests fail with a crash. Can we revert the patch and attempted fixes and start working from there?<div><br></div><div>Stacktrace for the curious :)</div><div><br></div><div>    @     0x56420187cbbe  llvm::MCStreamer::emitIntValue()<br>    @     0x5641fec38899  llvm::MCStreamer::emitInt16()<br>    @     0x5641ff73b337  llvm::CodeViewDebug::emitCompilerInformation()<br>    @     0x5641ff73ac73  llvm::CodeViewDebug::endModule()<br>    @     0x5641ff718e83  llvm::AsmPrinter::doFinalization()<br>    @     0x5642016fd9ca  llvm::FPPassManager::doFinalization()<br>    @     0x5642016f954e  (anonymous namespace)::MPPassManager::runOnModule()<br><div><br></div><div>-eric</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jun 30, 2020 at 11:56 AM Alexandre Ganea via Phabricator via cfe-commits <<a href="mailto:cfe-commits@lists.llvm.org">cfe-commits@lists.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">aganea added a comment.<br>
<br>
In D80833#2109172 <<a href="https://reviews.llvm.org/D80833#2109172" rel="noreferrer" target="_blank">https://reviews.llvm.org/D80833#2109172</a>>, @uweigand wrote:<br>
<br>
> Hmm, with clang-cl it seems the driver is trying to use this:<br>
>  Target: s390x-pc-windows-msvc<br>
>  which of course doesn't exist.  Not sure what is supposed to be happening here, but it seems that it's falling back on s390x-linux since on s390x, Linux is currently the only supported OS.<br>
<br>
<br>
I'm seeing some of the tests are setting the target explicitly `%clang_cl --target=x86_64-windows-msvc`. Would that work on your machine? Or should I do `UNSUPPORTED: s390x` ?<br>
<br>
<br>
Repository:<br>
  rG LLVM Github Monorepo<br>
<br>
CHANGES SINCE LAST ACTION<br>
  <a href="https://reviews.llvm.org/D80833/new/" rel="noreferrer" target="_blank">https://reviews.llvm.org/D80833/new/</a><br>
<br>
<a href="https://reviews.llvm.org/D80833" rel="noreferrer" target="_blank">https://reviews.llvm.org/D80833</a><br>
<br>
<br>
<br>
_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@lists.llvm.org" target="_blank">cfe-commits@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits</a><br>
</blockquote></div>