Add LLVMScalarOpts to LLVMPowerPCCodeGen.

llvm-svn: 222516
This commit is contained in:
NAKAMURA Takumi 2014-11-21 09:14:45 +00:00
parent eca5a201f4
commit 7495dc76e8
1 changed files with 1 additions and 1 deletions

View File

@ -31,5 +31,5 @@ has_jit = 1
type = Library
name = PowerPCCodeGen
parent = PowerPC
required_libraries = Analysis AsmPrinter CodeGen Core MC PowerPCAsmPrinter PowerPCDesc PowerPCInfo SelectionDAG Support Target TransformUtils
required_libraries = Analysis AsmPrinter CodeGen Core MC PowerPCAsmPrinter PowerPCDesc PowerPCInfo Scalar SelectionDAG Support Target TransformUtils
add_to_library_groups = PowerPC