diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-12-08 14:26:23 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-12-08 14:26:23 +0000 |
| commit | b0f7b037116b5e178cf8b2853eb6e3f775ca5e35 (patch) | |
| tree | 1dc46bb74edbaf671c22e5a7a5afb23f5b87486b | |
| parent | fdf3edeb0c1cf364c87dbe21cc29653d8ea85fee (diff) | |
| download | bcm5719-llvm-b0f7b037116b5e178cf8b2853eb6e3f775ca5e35.tar.gz bcm5719-llvm-b0f7b037116b5e178cf8b2853eb6e3f775ca5e35.zip | |
DebugInfoDWARFTests: Prune unused libdeps.
llvm-svn: 289053
| -rw-r--r-- | llvm/unittests/DebugInfo/DWARF/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/unittests/DebugInfo/DWARF/CMakeLists.txt b/llvm/unittests/DebugInfo/DWARF/CMakeLists.txt index ce8dc501bdf..eafca4a2fc0 100644 --- a/llvm/unittests/DebugInfo/DWARF/CMakeLists.txt +++ b/llvm/unittests/DebugInfo/DWARF/CMakeLists.txt @@ -1,14 +1,10 @@ set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} AsmPrinter - CodeGen - Core DebugInfoDWARF MC - MIRParser Object Support - Target ) set(DebugInfoSources |

