https://github.com/tbaederr created https://github.com/llvm/llvm-project/pull/127438
None >From dad619ca73c2c68ffec025f9e5f99501fe649047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= <tbae...@redhat.com> Date: Mon, 17 Feb 2025 06:35:03 +0100 Subject: [PATCH] [clang][bytecode][NFC] Move reduced libcxx tests to a subdir --- clang/test/AST/ByteCode/{ => libcxx}/allocate-arrays.cpp | 0 .../test/AST/ByteCode/{ => libcxx}/non-const-local-temporary.cpp | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename clang/test/AST/ByteCode/{ => libcxx}/allocate-arrays.cpp (100%) rename clang/test/AST/ByteCode/{ => libcxx}/non-const-local-temporary.cpp (100%) diff --git a/clang/test/AST/ByteCode/allocate-arrays.cpp b/clang/test/AST/ByteCode/libcxx/allocate-arrays.cpp similarity index 100% rename from clang/test/AST/ByteCode/allocate-arrays.cpp rename to clang/test/AST/ByteCode/libcxx/allocate-arrays.cpp diff --git a/clang/test/AST/ByteCode/non-const-local-temporary.cpp b/clang/test/AST/ByteCode/libcxx/non-const-local-temporary.cpp similarity index 100% rename from clang/test/AST/ByteCode/non-const-local-temporary.cpp rename to clang/test/AST/ByteCode/libcxx/non-const-local-temporary.cpp _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits