[PATCH] D38800: [mips] Add Triple::getABIVariant() to form a triple variant accordingly to the ABI
Renato Golin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 23 14:00:23 PDT 2017
rengolin added inline comments.
================
Comment at: include/llvm/ADT/Triple.h:750
+ /// \param ABIName the name of ABI (e.g., "o32", "n32" etc).
+ llvm::Triple getABIVariant(StringRef ABIName) const;
+
----------------
If this is Mips specific it should bear the name, like the ARM stuff.
Repository:
rL LLVM
https://reviews.llvm.org/D38800
More information about the llvm-commits
mailing list