diff options
author | Rui Ueyama <ruiu@google.com> | 2016-03-03 01:56:23 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2016-03-03 01:56:23 +0000 |
commit | 3178b80067d842c7f202a6c9ff639055a4e6e753 (patch) | |
tree | a3f4517bf08865308b35eff0b3436e3823297d40 | |
parent | 6e676a84ad37bb9cf8357efcb7161543b4af75d3 (diff) | |
download | bcm5719-llvm-3178b80067d842c7f202a6c9ff639055a4e6e753.tar.gz bcm5719-llvm-3178b80067d842c7f202a6c9ff639055a4e6e753.zip |
Inline a trivial CMakeLists.txt.
llvm-svn: 262574
-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) |