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

Tobias Hieta via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Oct 30 13:57:51 PDT 2024


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

I want to understand why the Abi checker didn't flag this. But yes - I will have to read the diffs much more carefully until we know we can trust it.

Maybe it would be enough to have an action that flags any changes to the public include files so that it's not easily missed. 

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


More information about the llvm-branch-commits mailing list