From: NAKAMURA Takumi Date: Sat, 15 Jul 2017 06:32:12 +0000 (+0000) Subject: SystemZCodeGen: Update libdeps. r308024 introduced LoopDataPrefetchPass. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55ceb9c2d8e9a8d6ac77cc23f09bb064d8f6a46d;p=llvm SystemZCodeGen: Update libdeps. r308024 introduced LoopDataPrefetchPass. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308086 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/SystemZ/LLVMBuild.txt b/lib/Target/SystemZ/LLVMBuild.txt index 6f8431db7b1..9b8b141fd52 100644 --- a/lib/Target/SystemZ/LLVMBuild.txt +++ b/lib/Target/SystemZ/LLVMBuild.txt @@ -31,5 +31,5 @@ has_jit = 1 type = Library name = SystemZCodeGen parent = SystemZ -required_libraries = Analysis AsmPrinter CodeGen Core MC SelectionDAG Support SystemZAsmPrinter SystemZDesc SystemZInfo Target +required_libraries = Analysis AsmPrinter CodeGen Core MC Scalar SelectionDAG Support SystemZAsmPrinter SystemZDesc SystemZInfo Target add_to_library_groups = SystemZ