diff options
author | Fangrui Song <maskray@google.com> | 2019-06-17 09:51:07 +0000 |
---|---|---|
committer | Fangrui Song <maskray@google.com> | 2019-06-17 09:51:07 +0000 |
commit | ac14f7b10cffe2be548607269e036244cd16acc3 (patch) | |
tree | d8f41fce6ad4aa59fd084f40fab07aa66a078c60 /llvm/test/CodeGen/Hexagon | |
parent | 25a043e78a9c5156a6766c1eacc72c5d91da85e7 (diff) | |
download | bcm5719-llvm-ac14f7b10cffe2be548607269e036244cd16acc3.tar.gz bcm5719-llvm-ac14f7b10cffe2be548607269e036244cd16acc3.zip |
[lit] Delete empty lines at the end of lit.local.cfg NFC
llvm-svn: 363538
Diffstat (limited to 'llvm/test/CodeGen/Hexagon')
-rw-r--r-- | llvm/test/CodeGen/Hexagon/lit.local.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Hexagon/lit.local.cfg b/llvm/test/CodeGen/Hexagon/lit.local.cfg index ba72ff632d4..cc6a7edf05f 100644 --- a/llvm/test/CodeGen/Hexagon/lit.local.cfg +++ b/llvm/test/CodeGen/Hexagon/lit.local.cfg @@ -1,3 +1,2 @@ if not 'Hexagon' in config.root.targets: config.unsupported = True - |