[PATCH] D80833: [CodeView] Add full repro to LF_BUILDINFO record
Ulrich Weigand via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jul 12 15:29:48 PDT 2020
uweigand added a comment.
In D80833#2123508 <https://reviews.llvm.org/D80833#2123508>, @aganea wrote:
> In D80833#2109172 <https://reviews.llvm.org/D80833#2109172>, @uweigand wrote:
>
> > Hmm, with clang-cl it seems the driver is trying to use this:
> > Target: s390x-pc-windows-msvc
> > 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.
>
>
> 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` ?
Sorry, looks like I missed this. I think using an explicit target should work.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80833/new/
https://reviews.llvm.org/D80833
More information about the cfe-commits
mailing list