[Lldb-commits] [clang] [lldb] [Clang][PowerPC] Add __dmr type and DMF integer calculation builtins (PR #142480)

Lei Huang via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 18 07:48:07 PDT 2025


================
@@ -0,0 +1,94 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py
+// RUN: %clang_cc1 -O3 -triple powerpc64le-unknown-unknown -target-cpu future \
+// RUN:  -emit-llvm %s -o - | FileCheck %s
+// RUN: %clang_cc1 -O3 -triple powerpc64-ibm-aix -target-cpu future \
+// RUN: -emit-llvm %s -o - | FileCheck %s
----------------
lei137 wrote:

do we need testing for aix 32bit?

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


More information about the lldb-commits mailing list