[Hexagon] Make HexagonCodeGen depend on Scalar

Hexagon backend uses LoopDataPrefetch pass that is defined in Scalar.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@276441 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Krzysztof Parzyszek 2016-07-22 17:23:46 +00:00
parent c5a5706d17
commit 6a2251e914

View File

@ -29,16 +29,17 @@ type = Library
name = HexagonCodeGen
parent = Hexagon
required_libraries =
Analysis
AsmPrinter
CodeGen
Core
HexagonAsmParser
HexagonDesc
HexagonInfo
MC
SelectionDAG
Support
Target
TransformUtils
Analysis
AsmPrinter
CodeGen
Core
HexagonAsmParser
HexagonDesc
HexagonInfo
MC
Scalar
SelectionDAG
Support
Target
TransformUtils
add_to_library_groups = Hexagon