[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:30:49 PDT 2024
================
@@ -610,7 +610,8 @@ static llvm::Triple computeTargetTriple(const Driver &D,
if (A->getOption().matches(options::OPT_m64) ||
A->getOption().matches(options::OPT_maix64)) {
AT = Target.get64BitArchVariant().getArch();
- if (Target.getEnvironment() == llvm::Triple::GNUX32)
+ if (Target.getEnvironment() == llvm::Triple::GNUX32 ||
----------------
mgorny wrote:
To be honest, I don't have the energy to rewrite it all manually, especially that these files don't seem to be clang-formatted consistently.
https://github.com/llvm/llvm-project/pull/111302
More information about the cfe-commits
mailing list