[PATCH] D120654: WoA: Change target triple & try_compile config
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 28 03:26:27 PST 2022
mstorsjo added a comment.
> Triple: s/aarch64-windows-msvc/aarch64-unknown-windows-msvc; skipping
> the vendor seems to confuse flang-new, so we plug an 'unknown' there.
Not opposed to the change in itself (although many such MSVC configs use `pc` as triple, see e.g. https://github.com/llvm/llvm-project/blob/main/llvm/cmake/modules/GetHostTriple.cmake#L5-L18), but it would be great if someone could have a look and see why things fail without that vendor field, as that sounds like an issue that should be resolved too.
Repository:
rZORG LLVM Github Zorg
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120654/new/
https://reviews.llvm.org/D120654
More information about the llvm-commits
mailing list