================ @@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
