mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-22 22:11:50 +00:00
[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:
parent
c5a5706d17
commit
6a2251e914
@ -29,16 +29,17 @@ type = Library
|
|||||||
name = HexagonCodeGen
|
name = HexagonCodeGen
|
||||||
parent = Hexagon
|
parent = Hexagon
|
||||||
required_libraries =
|
required_libraries =
|
||||||
Analysis
|
Analysis
|
||||||
AsmPrinter
|
AsmPrinter
|
||||||
CodeGen
|
CodeGen
|
||||||
Core
|
Core
|
||||||
HexagonAsmParser
|
HexagonAsmParser
|
||||||
HexagonDesc
|
HexagonDesc
|
||||||
HexagonInfo
|
HexagonInfo
|
||||||
MC
|
MC
|
||||||
SelectionDAG
|
Scalar
|
||||||
Support
|
SelectionDAG
|
||||||
Target
|
Support
|
||||||
TransformUtils
|
Target
|
||||||
|
TransformUtils
|
||||||
add_to_library_groups = Hexagon
|
add_to_library_groups = Hexagon
|
||||||
|
Loading…
x
Reference in New Issue
Block a user