================
@@ -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
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to