[llvm] [LLVM] Add environment triple for 'llvm' (PR #117218)

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 21 11:50:11 PST 2024


================
@@ -299,8 +299,9 @@ class Triple {
     OpenHOS,
 
     PAuthTest,
+    LLVM,
----------------
jhuber6 wrote:

Done, wasn't sure if it should go there since it would change the value of all the others, but I guess the numeric values aren't really exposed.

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


More information about the llvm-commits mailing list