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