[llvm] r221004 - R600: Add IPO to the list of required libraries

Tom Stellard thomas.stellard at amd.com
Fri Oct 31 14:52:08 PDT 2014


Author: tstellar
Date: Fri Oct 31 16:52:08 2014
New Revision: 221004

URL: http://llvm.org/viewvc/llvm-project?rev=221004&view=rev
Log:
R600: Add IPO to the list of required libraries

Modified:
    llvm/trunk/lib/Target/R600/LLVMBuild.txt

Modified: llvm/trunk/lib/Target/R600/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/R600/LLVMBuild.txt?rev=221004&r1=221003&r2=221004&view=diff
==============================================================================
--- llvm/trunk/lib/Target/R600/LLVMBuild.txt (original)
+++ llvm/trunk/lib/Target/R600/LLVMBuild.txt Fri Oct 31 16:52:08 2014
@@ -28,5 +28,5 @@ has_asmprinter = 1
 type = Library
 name = R600CodeGen
 parent = R600
-required_libraries = Analysis AsmPrinter CodeGen Core MC R600AsmPrinter R600Desc R600Info Scalar SelectionDAG Support Target
+required_libraries = Analysis AsmPrinter CodeGen Core IPO MC R600AsmPrinter R600Desc R600Info Scalar SelectionDAG Support Target
 add_to_library_groups = R600





More information about the llvm-commits mailing list