[llvm] [LLVM][Triple] Drop unknown object types from normalized triples (PR #135571)

Shilei Tian via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 14 15:10:55 PDT 2025


================
@@ -1265,6 +1266,14 @@ std::string Triple::normalize(StringRef Str, CanonicalForm Form) {
     }
   }
 
+  // Environment "unknown-elf" is just "elf".
----------------
shiltian wrote:

I mean, their code is also part of LLVM code base such that they can be updated as well right?

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


More information about the llvm-commits mailing list