projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
812fde3
)
Remove trailing whitespace.
author
Rui Ueyama
<ruiu@google.com>
Fri, 29 Jul 2016 23:48:09 +0000
(23:48 +0000)
committer
Rui Ueyama
<ruiu@google.com>
Fri, 29 Jul 2016 23:48:09 +0000
(23:48 +0000)
llvm-svn: 277253
lld/test/ELF/linkerscript/linkerscript-sections-padding.s
patch
|
blob
|
history
diff --git
a/lld/test/ELF/linkerscript/linkerscript-sections-padding.s
b/lld/test/ELF/linkerscript/linkerscript-sections-padding.s
index
eca4c50
..
aadd5e8
100644
(file)
--- a/
lld/test/ELF/linkerscript/linkerscript-sections-padding.s
+++ b/
lld/test/ELF/linkerscript/linkerscript-sections-padding.s
@@
-23,7
+23,7
@@
# RUN: echo "SECTIONS { .mysec : { *(.mysec*) } =99 }" > %t.script
# RUN: ld.lld -o %t.out --script %t.script %t
# RUN: hexdump -C %t.out | FileCheck -check-prefix=DEC %s
-# DEC: 00000120 66 63 63 63 63 63 63 63 63 63 63 63 63 63 63 63
+# DEC: 00000120 66 63 63 63 63 63 63 63 63 63 63 63 63 63 63 63
## Invalid hex value:
# RUN: echo "SECTIONS { .mysec : { *(.mysec*) } =0x99XX }" > %t.script