[clang] f1627e1 - [clang][bytecode][NFC] Move reduced libcxx tests to a subdir (#127438)
via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 16 22:02:57 PST 2025
Author: Timm Baeder
Date: 2025-02-17T07:02:54+01:00
New Revision: f1627e1a9e2482106ba2ea3bcd22ecaff257950d
URL: https://github.com/llvm/llvm-project/commit/f1627e1a9e2482106ba2ea3bcd22ecaff257950d
DIFF: https://github.com/llvm/llvm-project/commit/f1627e1a9e2482106ba2ea3bcd22ecaff257950d.diff
LOG: [clang][bytecode][NFC] Move reduced libcxx tests to a subdir (#127438)
Added:
clang/test/AST/ByteCode/libcxx/allocate-arrays.cpp
clang/test/AST/ByteCode/libcxx/non-const-local-temporary.cpp
Modified:
Removed:
clang/test/AST/ByteCode/allocate-arrays.cpp
clang/test/AST/ByteCode/non-const-local-temporary.cpp
################################################################################
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