[llvm] r233700 - [SystemZ] Add Analysis to required_libraries (fall-out from r233688)
Ulrich Weigand
ulrich.weigand at de.ibm.com
Tue Mar 31 08:16:13 PDT 2015
Author: uweigand
Date: Tue Mar 31 10:16:13 2015
New Revision: 233700
URL: http://llvm.org/viewvc/llvm-project?rev=233700&view=rev
Log:
[SystemZ] Add Analysis to required_libraries (fall-out from r233688)
Should fix build failures with cmake builds
Modified:
llvm/trunk/lib/Target/SystemZ/LLVMBuild.txt
Modified: llvm/trunk/lib/Target/SystemZ/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/SystemZ/LLVMBuild.txt?rev=233700&r1=233699&r2=233700&view=diff
==============================================================================
--- llvm/trunk/lib/Target/SystemZ/LLVMBuild.txt (original)
+++ llvm/trunk/lib/Target/SystemZ/LLVMBuild.txt Tue Mar 31 10:16:13 2015
@@ -31,5 +31,5 @@ has_jit = 1
type = Library
name = SystemZCodeGen
parent = SystemZ
-required_libraries = AsmPrinter CodeGen Core MC SelectionDAG Support SystemZAsmPrinter SystemZDesc SystemZInfo Target
+required_libraries = Analysis AsmPrinter CodeGen Core MC SelectionDAG Support SystemZAsmPrinter SystemZDesc SystemZInfo Target
add_to_library_groups = SystemZ
More information about the llvm-commits
mailing list