[clang] [CIR] Add limited support for array new (PR #161095)

Andy Kaylor via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 29 10:13:56 PDT 2025


================
@@ -0,0 +1,20 @@
+// RUN: %clang_cc1 -std=c++20 -triple x86_64-unknown-linux-gnu -fclangir -emit-llvm %s -o %t.ll
----------------
andykaylor wrote:

This test is not necessary. It's covered by the `CodeGen/new.cpp` test.

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


More information about the cfe-commits mailing list