[clang] [CIR ] Add DLTI dialect support to module attributes (PR #142241)

via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 3 17:46:16 PDT 2025


================
@@ -0,0 +1,23 @@
+// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -emit-cir %s -o %t.cir
----------------
Andres-Salamanca wrote:

If I add a big-endian target triple, it might cause errors for others who haven't built LLVM with support for that architecture. Is there a way when the target isn't available?

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


More information about the cfe-commits mailing list