Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LLVM] [Clang] Backport "Support for Gentoo *t64 triples (64-bit time_t ABIs)" #112364

Merged
merged 1 commit into from
Oct 29, 2024

Commits on Oct 29, 2024

  1. [LLVM] [Clang] Backport "Support for Gentoo *t64 triples (64-bit ti…

    …me_t ABIs)"
    
    This is a backport of 387b37a for 19.x,
    adjusted to add new Triple::EnvironmentType members at the end to avoid
    breaking backwards ABI compatibility.
    
    Gentoo is planning to introduce a `*t64` suffix for triples that will be
    used by 32-bit platforms that use 64-bit `time_t`. Add support for
    parsing and accepting these triples, and while at it make clang
    automatically enable the necessary glibc feature macros when this suffix
    is used.
    mgorny authored and tru committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    21ed37e View commit details
    Browse the repository at this point in the history