summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>2016-07-22 17:23:46 +0000
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>2016-07-22 17:23:46 +0000
commit3c89bb09d55c089dced548401e023b30b4c72206 (patch)
tree9553e12a54d8dff6a0fd03b568157096d4137be1 /llvm/lib
parent9b63e25de4c0a0cb9000b8278cdc4aa5ee4c92cc (diff)
downloadbcm5719-llvm-3c89bb09d55c089dced548401e023b30b4c72206.tar.gz
bcm5719-llvm-3c89bb09d55c089dced548401e023b30b4c72206.zip
[Hexagon] Make HexagonCodeGen depend on Scalar
Hexagon backend uses LoopDataPrefetch pass that is defined in Scalar. llvm-svn: 276441
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/Hexagon/LLVMBuild.txt25
1 files changed, 13 insertions, 12 deletions
diff --git a/llvm/lib/Target/Hexagon/LLVMBuild.txt b/llvm/lib/Target/Hexagon/LLVMBuild.txt
index 4088cedafd8..e0077acc7af 100644
--- a/llvm/lib/Target/Hexagon/LLVMBuild.txt
+++ b/llvm/lib/Target/Hexagon/LLVMBuild.txt
@@ -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
OpenPOWER on IntegriCloud