[clang] [llvm] [LLVM] [Clang] Support for Gentoo `*t64` triples (64-bit time_t ABIs) (PR #111302)
Michał Górny via cfe-commits
cfe-commits at lists.llvm.org
Sun Oct 6 10:31:46 PDT 2024
================
@@ -177,6 +177,7 @@ createTargetCodeGenInfo(CodeGenModule &CGM) {
else if (CodeGenOpts.FloatABI == "hard" ||
(CodeGenOpts.FloatABI != "soft" &&
(Triple.getEnvironment() == llvm::Triple::GNUEABIHF ||
----------------
mgorny wrote:
I'm wondering if we should add a `isHardFloatABI()` or something like that to the `Triple` class.
https://github.com/llvm/llvm-project/pull/111302
More information about the cfe-commits
mailing list