[llvm-branch-commits] [clang] [llvm] [LLVM] [Clang] Backport "Support for Gentoo `*t64` triples (64-bit time_t ABIs)" (PR #112364)

Michał Górny via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Oct 30 13:27:55 PDT 2024


================
@@ -294,7 +294,11 @@ class Triple {
 
     PAuthTest,
 
-    LastEnvironmentType = PAuthTest
+    GNUT64,
+    GNUEABIT64,
+    GNUEABIHFT64,
+
+    LastEnvironmentType = GNUEABIHFT64
----------------
mgorny wrote:

The change wasn't meant to break API or ABI compatibility, and whether it did is at least controversial. What Zig is doing here is quite uncommon.

https://github.com/llvm/llvm-project/pull/112364


More information about the llvm-branch-commits mailing list