[PATCH] D135751: [ADT][Triple] Add environment kinds for LoongArch multiarch tuples
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 12 00:38:26 PDT 2022
MaskRay added a comment.
The target triple encodes some major ABI variants (e.g. ILP32, LP64). https://loongson.github.io/LoongArch-Documentation/LoongArch-toolchain-conventions-EN.html seems to encode every variant as a new triple which I am unsure is a good idea.
If f64 indicates the generic purpose variant, `gnuf64` seems unnecessary - can be replaced with `gnu`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135751/new/
https://reviews.llvm.org/D135751
More information about the llvm-commits
mailing list