Skip to content

Commit

Permalink
[lld][test] Delete empty Unit test directory
Browse files Browse the repository at this point in the history
This became empty when we removed the legacy macho lld. This results in
a warning when running `check-lld`. We can revert this in the future if
we want unit tests.

Differential Revision: https://reviews.llvm.org/D125436
  • Loading branch information
keith committed May 19, 2022
1 parent 304a5a7 commit 505ddb6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 60 deletions.
6 changes: 0 additions & 6 deletions lld/test/CMakeLists.txt
Expand Up @@ -14,12 +14,6 @@ configure_lit_site_cfg(
MAIN_CONFIG
${CMAKE_CURRENT_SOURCE_DIR}/lit.cfg.py
)
configure_lit_site_cfg(
${CMAKE_CURRENT_SOURCE_DIR}/Unit/lit.site.cfg.py.in
${CMAKE_CURRENT_BINARY_DIR}/Unit/lit.site.cfg.py
MAIN_CONFIG
${CMAKE_CURRENT_SOURCE_DIR}/Unit/lit.cfg.py
)

set(LLD_TEST_DEPS lld)
if (NOT LLD_BUILT_STANDALONE)
Expand Down
37 changes: 0 additions & 37 deletions lld/test/Unit/lit.cfg.py

This file was deleted.

17 changes: 0 additions & 17 deletions lld/test/Unit/lit.site.cfg.py.in

This file was deleted.

0 comments on commit 505ddb6

Please sign in to comment.