[clang] [clang][bytecode][NFC] Move reduced libcxx tests to a subdir (PR #127438)
Timm Baeder via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 16 21:36:31 PST 2025
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?= <tbaeder at 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
More information about the cfe-commits
mailing list