[clang] [libcxxabi] [llvm] [Clang] Mangling of pack indexing type and expression for itanium (PR #123513)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri May 15 04:55:26 PDT 2026


================
@@ -0,0 +1,34 @@
+// RUN: %clang_cc1 -emit-llvm %s -o - -triple=x86_64-linux-gnu -std=c++2c | FileCheck %s
----------------
AaronBallman wrote:

```suggestion
// RUN: %clang_cc1 -emit-llvm %s -o - -triple %itanium_abi_triple -std=c++2c | FileCheck %s
```

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


More information about the cfe-commits mailing list