From cfc49bfd3f7f4033b51979aca3fa7f998652d146 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Fri, 29 Jun 2012 00:45:57 +0000 Subject: [PATCH] Remove a completely unnecessary mkdir from the CMake build. Clang has been getting along fine without this for quite some time. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159400 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 4bcc98708fc..b68f7191d97 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,8 +1,6 @@ set(LIT_ARGS "${LLVM_LIT_ARGS}") separate_arguments(LIT_ARGS) -MAKE_DIRECTORY(${CMAKE_CURRENT_BINARY_DIR}/Unit) - configure_lit_site_cfg( ${CMAKE_CURRENT_SOURCE_DIR}/lit.site.cfg.in ${CMAKE_CURRENT_BINARY_DIR}/lit.site.cfg -- 2.34.1