diff options
author | George Rimar <grimar@accesssoftek.com> | 2016-12-21 08:58:36 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2016-12-21 08:58:36 +0000 |
commit | cc9302d0b778709cdcd0b006c19ae968921bef3b (patch) | |
tree | 6b9f563487315550257128a6b36abf1aa7ee11ab | |
parent | 016f2af3c7554973d4b8b5e57cfc7c47b2ffe0cf (diff) | |
download | bcm5719-llvm-cc9302d0b778709cdcd0b006c19ae968921bef3b.tar.gz bcm5719-llvm-cc9302d0b778709cdcd0b006c19ae968921bef3b.zip |
[ELF] - Removed trailing whitespaces. NFC.
llvm-svn: 290243
-rw-r--r-- | lld/test/ELF/invalid/invalid-relocation-x64.s | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/test/ELF/invalid/invalid-relocation-x64.s b/lld/test/ELF/invalid/invalid-relocation-x64.s index a8c38fc05a2..1ad9afa4c64 100644 --- a/lld/test/ELF/invalid/invalid-relocation-x64.s +++ b/lld/test/ELF/invalid/invalid-relocation-x64.s @@ -25,7 +25,6 @@ Sections: Symbol: '' Type: R_X86_64_NONE - # RUN: not ld.lld %p/Inputs/invalid-relocation-x64.elf -o %t2 2>&1 | FileCheck %s # CHECK: unrecognized reloc 152 # CHECK: unrecognized reloc 153 |