diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-12-08 14:26:30 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-12-08 14:26:30 +0000 |
| commit | 9ccd9666126ffd6c2d4c2d0139f40e2346317d9a (patch) | |
| tree | b00e2b03b9abef81c1e8fa46bb519c18a601184c | |
| parent | b0f7b037116b5e178cf8b2853eb6e3f775ca5e35 (diff) | |
| download | bcm5719-llvm-9ccd9666126ffd6c2d4c2d0139f40e2346317d9a.tar.gz bcm5719-llvm-9ccd9666126ffd6c2d4c2d0139f40e2346317d9a.zip | |
LanaiInstPrinter: Prune unused libdeps.
llvm-svn: 289054
| -rw-r--r-- | llvm/lib/Target/Lanai/InstPrinter/LLVMBuild.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Lanai/InstPrinter/LLVMBuild.txt b/llvm/lib/Target/Lanai/InstPrinter/LLVMBuild.txt index 6366d7eded8..eed9a587d14 100644 --- a/llvm/lib/Target/Lanai/InstPrinter/LLVMBuild.txt +++ b/llvm/lib/Target/Lanai/InstPrinter/LLVMBuild.txt @@ -19,5 +19,5 @@ type = Library name = LanaiInstPrinter parent = Lanai -required_libraries = LanaiInfo MC Support +required_libraries = MC Support add_to_library_groups = Lanai |

