Skip to content

Commit 3e8895a

Browse files
committed
test: Delete test set
1 parent cb6d616 commit 3e8895a

26,417 files changed

Lines changed: 2 additions & 4240204 deletions

File tree

Some content is hidden

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

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ option(LLVM_INCLUDE_EXAMPLES "Generate build targets for the LLVM examples" ON)
491491

492492
option(LLVM_BUILD_TESTS
493493
"Build LLVM unit tests. If OFF, just generate build targets." OFF)
494-
option(LLVM_INCLUDE_TESTS "Generate build targets for the LLVM unit tests." ON)
494+
option(LLVM_INCLUDE_TESTS "Generate build targets for the LLVM unit tests." OFF)
495495
option(LLVM_INCLUDE_GO_TESTS "Include the Go bindings tests in test build targets." ON)
496496

497497
option (LLVM_BUILD_DOCS "Build the llvm documentation." OFF)
@@ -890,7 +890,7 @@ if( LLVM_INCLUDE_TESTS )
890890
ALWAYS_CLEAN)
891891
endif()
892892
add_subdirectory(utils/lit)
893-
add_subdirectory(test)
893+
# add_subdirectory(test)
894894
add_subdirectory(unittests)
895895
if( LLVM_INCLUDE_UTILS )
896896
add_subdirectory(utils/unittest)

test/.clang-format

Lines changed: 0 additions & 2 deletions
This file was deleted.

test/Analysis/AliasSet/argmemonly.ll

Lines changed: 0 additions & 143 deletions
This file was deleted.

0 commit comments

Comments
 (0)