[llvm-branch-commits] [clang] [llvm] [LLVM] [Clang] Backport "Support for Gentoo `*t64` triples (64-bit time_t ABIs)" (PR #112364)
Alex Rønne Petersen via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Oct 30 13:51:45 PDT 2024
================
@@ -294,7 +294,11 @@ class Triple {
PAuthTest,
- LastEnvironmentType = PAuthTest
+ GNUT64,
+ GNUEABIT64,
+ GNUEABIHFT64,
+
+ LastEnvironmentType = GNUEABIHFT64
----------------
alexrp wrote:
I don't *think* a revert at this stage would make much of a difference since the break has already shipped in a release anyway. We'll have to deal with it in Zig regardless.
We just need to be a bit more careful with enum changes like this going forward.
https://github.com/llvm/llvm-project/pull/112364
More information about the llvm-branch-commits
mailing list