[clang] [llvm] [llvm] Add triples for managarm (PR #87845)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Mon May 27 15:05:51 PDT 2024


================
@@ -279,8 +280,10 @@ class Triple {
     Amplification,
     OpenCL,
     OpenHOS,
+    Kernel,
+    Mlibc,
----------------
MaskRay wrote:

I don't know how Mlibc is intended to be used but LLVM LTO warns about differing target triples.

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


More information about the cfe-commits mailing list