diff options
-rw-r--r-- | lld/CMakeLists.txt | 2 | ||||
-rw-r--r-- | lld/tools/CMakeLists.txt | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/lld/CMakeLists.txt b/lld/CMakeLists.txt index 7458de08fc1..46ca748f8fa 100644 --- a/lld/CMakeLists.txt +++ b/lld/CMakeLists.txt @@ -94,7 +94,7 @@ endmacro(add_lld_library) add_subdirectory(lib) -add_subdirectory(tools) +add_subdirectory(tools/lld) if (LLVM_INCLUDE_TESTS) add_subdirectory(test) diff --git a/lld/tools/CMakeLists.txt b/lld/tools/CMakeLists.txt deleted file mode 100644 index c4b58cdda97..00000000000 --- a/lld/tools/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -add_subdirectory(lld) |