Skip to content

Commit 1364750

Browse files
committed
[RFC][debuginfo-test] Rename debug-info lit tests for general purposes
Discussion thread: https://lists.llvm.org/pipermail/llvm-dev/2021-January/148048.html Move debuginfo-test into a subdirectory of a new top-level directory, called cross-project-tests. The new name replaces "debuginfo-test" as an LLVM project enabled via LLVM_ENABLE_PROJECTS. Differential Revision: https://reviews.llvm.org/D95339 Reviewed by: aprantl
1 parent f996725 commit 1364750

File tree

230 files changed

+15
-14
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

230 files changed

+15
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
find_package(Python3 COMPONENTS Interpreter)
66

77
add_llvm_executable(check-gdb-llvm-support
8-
llvm-prettyprinters/gdb/llvm-support.cpp
8+
debuginfo-tests/llvm-prettyprinters/gdb/llvm-support.cpp
99
)
1010
target_link_libraries(check-gdb-llvm-support PRIVATE LLVMSupport)
1111

@@ -24,7 +24,7 @@ set(DEBUGINFO_TEST_DEPS
2424

2525
if ("mlir" IN_LIST LLVM_ENABLE_PROJECTS)
2626
add_llvm_executable(check-gdb-mlir-support
27-
llvm-prettyprinters/gdb/mlir-support.cpp
27+
debuginfo-tests/llvm-prettyprinters/gdb/mlir-support.cpp
2828
)
2929
target_include_directories(check-gdb-mlir-support PRIVATE
3030
${LLVM_EXTERNAL_MLIR_SOURCE_DIR}/include
@@ -61,7 +61,7 @@ configure_lit_site_cfg(
6161
${CMAKE_CURRENT_SOURCE_DIR}/lit.cfg.py
6262
)
6363

64-
add_lit_testsuite(check-debuginfo "Running debug info integration tests"
64+
add_lit_testsuite(check-debuginfo "Running cross-project tests"
6565
${CMAKE_CURRENT_BINARY_DIR}
6666
DEPENDS ${DEBUGINFO_TEST_DEPS}
6767
)
@@ -71,4 +71,4 @@ add_lit_testsuites(DEBUGINFO ${CMAKE_CURRENT_SOURCE_DIR}
7171
DEPENDS ${DEBUGINFO_TEST_DEPS}
7272
)
7373

74-
set_target_properties(check-debuginfo PROPERTIES FOLDER "Debug info tests")
74+
set_target_properties(check-debuginfo PROPERTIES FOLDER "Tests")
File renamed without changes.

debuginfo-tests/dexter-tests/aggregate-indirect-arg.cpp renamed to cross-project-tests/debuginfo-tests/dexter-tests/aggregate-indirect-arg.cpp

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

debuginfo-tests/dexter-tests/deferred_globals.cpp renamed to cross-project-tests/debuginfo-tests/dexter-tests/deferred_globals.cpp

File renamed without changes.

debuginfo-tests/dexter-tests/global-constant.cpp renamed to cross-project-tests/debuginfo-tests/dexter-tests/global-constant.cpp

File renamed without changes.

0 commit comments

Comments
 (0)