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

Andrew Kelley via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Oct 30 22:48:01 PDT 2024


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

Well, that used to be the case anyway. @alexrp pointed out in https://github.com/ziglang/zig/pull/21862 that since we now generate LLVM bitcode rather than using the LLVM IRBuilder API, we can delete these strict checks.

So, this backport is not relevant to the zig project after all.

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


More information about the llvm-branch-commits mailing list