diff options
| author | Douglas Katzman <dougk@google.com> | 2015-06-12 18:44:57 +0000 |
|---|---|---|
| committer | Douglas Katzman <dougk@google.com> | 2015-06-12 18:44:57 +0000 |
| commit | 8f01f1cfc377c62cd649fe1b614cc362afecb59c (patch) | |
| tree | c339a5d8c27a481df986cafd1930a11f89fff44a /llvm/lib/Target/Hexagon | |
| parent | 1b5767f72b5a037ca8f1802d737de97f8d92263d (diff) | |
| download | bcm5719-llvm-8f01f1cfc377c62cd649fe1b614cc362afecb59c.tar.gz bcm5719-llvm-8f01f1cfc377c62cd649fe1b614cc362afecb59c.zip | |
Wrap some long lines in LLVMBuild files. NFC
As suggested by jroelofs in a prior review (D9752),
it makes sense to generally prefer multi-line format.
llvm-svn: 239632
Diffstat (limited to 'llvm/lib/Target/Hexagon')
| -rw-r--r-- | llvm/lib/Target/Hexagon/LLVMBuild.txt | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/llvm/lib/Target/Hexagon/LLVMBuild.txt b/llvm/lib/Target/Hexagon/LLVMBuild.txt index 6ffd26a2022..8259055b3f4 100644 --- a/llvm/lib/Target/Hexagon/LLVMBuild.txt +++ b/llvm/lib/Target/Hexagon/LLVMBuild.txt @@ -28,5 +28,15 @@ has_asmprinter = 1 type = Library name = HexagonCodeGen parent = Hexagon -required_libraries = Analysis AsmPrinter CodeGen Core HexagonDesc HexagonInfo MC SelectionDAG Support Target +required_libraries = + Analysis + AsmPrinter + CodeGen + Core + HexagonDesc + HexagonInfo + MC + SelectionDAG + Support + Target add_to_library_groups = Hexagon |

