[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 15:08:39 PDT 2024


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

We don't mandate a particular patch version of LLVM because we try to support building Zig with a distro-provided LLVM. Distro packages aren't necessarily going to be on the latest LLVM patch release.

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


More information about the llvm-branch-commits mailing list