mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-22 14:05:03 +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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user