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/ExecutionEngine | |
| 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/ExecutionEngine')
7 files changed, 0 insertions, 7 deletions
diff --git a/llvm/test/ExecutionEngine/JITLink/X86/lit.local.cfg b/llvm/test/ExecutionEngine/JITLink/X86/lit.local.cfg index e71f3cc4c41..c8625f4d9d2 100644 --- a/llvm/test/ExecutionEngine/JITLink/X86/lit.local.cfg +++ b/llvm/test/ExecutionEngine/JITLink/X86/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/lit.local.cfg b/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/lit.local.cfg index cec29af5bbe..7184443994b 100644 --- a/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/lit.local.cfg +++ b/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/lit.local.cfg @@ -1,3 +1,2 @@ if not 'AArch64' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/ExecutionEngine/RuntimeDyld/ARM/lit.local.cfg b/llvm/test/ExecutionEngine/RuntimeDyld/ARM/lit.local.cfg index 98c6700c209..236e1d34416 100644 --- a/llvm/test/ExecutionEngine/RuntimeDyld/ARM/lit.local.cfg +++ b/llvm/test/ExecutionEngine/RuntimeDyld/ARM/lit.local.cfg @@ -1,3 +1,2 @@ if not 'ARM' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/ExecutionEngine/RuntimeDyld/Mips/lit.local.cfg b/llvm/test/ExecutionEngine/RuntimeDyld/Mips/lit.local.cfg index a3183a25afa..7d12f7a9c56 100644 --- a/llvm/test/ExecutionEngine/RuntimeDyld/Mips/lit.local.cfg +++ b/llvm/test/ExecutionEngine/RuntimeDyld/Mips/lit.local.cfg @@ -1,3 +1,2 @@ if not 'Mips' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/ExecutionEngine/RuntimeDyld/PowerPC/lit.local.cfg b/llvm/test/ExecutionEngine/RuntimeDyld/PowerPC/lit.local.cfg index 5d33887ff0a..091332439b1 100644 --- a/llvm/test/ExecutionEngine/RuntimeDyld/PowerPC/lit.local.cfg +++ b/llvm/test/ExecutionEngine/RuntimeDyld/PowerPC/lit.local.cfg @@ -1,3 +1,2 @@ if not 'PowerPC' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/ExecutionEngine/RuntimeDyld/SystemZ/lit.local.cfg b/llvm/test/ExecutionEngine/RuntimeDyld/SystemZ/lit.local.cfg index 5c02dd3614a..2f3cf7d3f04 100644 --- a/llvm/test/ExecutionEngine/RuntimeDyld/SystemZ/lit.local.cfg +++ b/llvm/test/ExecutionEngine/RuntimeDyld/SystemZ/lit.local.cfg @@ -1,3 +1,2 @@ if not 'SystemZ' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/ExecutionEngine/RuntimeDyld/X86/lit.local.cfg b/llvm/test/ExecutionEngine/RuntimeDyld/X86/lit.local.cfg index e71f3cc4c41..c8625f4d9d2 100644 --- a/llvm/test/ExecutionEngine/RuntimeDyld/X86/lit.local.cfg +++ b/llvm/test/ExecutionEngine/RuntimeDyld/X86/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - |

