diff options
| author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2016-07-22 17:23:46 +0000 |
|---|---|---|
| committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2016-07-22 17:23:46 +0000 |
| commit | 3c89bb09d55c089dced548401e023b30b4c72206 (patch) | |
| tree | 9553e12a54d8dff6a0fd03b568157096d4137be1 /llvm/lib | |
| parent | 9b63e25de4c0a0cb9000b8278cdc4aa5ee4c92cc (diff) | |
| download | bcm5719-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.txt | 25 |
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 |

