diff options
author | Rui Ueyama <ruiu@google.com> | 2014-05-14 21:49:38 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2014-05-14 21:49:38 +0000 |
commit | 50c337a47c38649264c13681ce8f72579bc11d87 (patch) | |
tree | 8ee1bbd1e0595cee9271bedcca571dc5978af921 | |
parent | dba52ad48802e7a96cb25f3a266f47cc9f09ecf5 (diff) | |
download | bcm5719-llvm-50c337a47c38649264c13681ce8f72579bc11d87.tar.gz bcm5719-llvm-50c337a47c38649264c13681ce8f72579bc11d87.zip |
Remove trailing whitespaces.
llvm-svn: 208815
-rw-r--r-- | lld/test/core/sectiongroup-gnulinkonce-error.objtxt | 2 | ||||
-rw-r--r-- | lld/test/elf/Hexagon/zerofillquick-sdata.test | 2 | ||||
-rw-r--r-- | lld/test/mach-o/function-scope.yaml | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/lld/test/core/sectiongroup-gnulinkonce-error.objtxt b/lld/test/core/sectiongroup-gnulinkonce-error.objtxt index e54cdfe0571..7043d3f8108 100644 --- a/lld/test/core/sectiongroup-gnulinkonce-error.objtxt +++ b/lld/test/core/sectiongroup-gnulinkonce-error.objtxt @@ -1,7 +1,7 @@ # RUN: not lld -core %s 2>&1 | FileCheck %s # -# Test that section groups/gnu linkonce sections are parsed and a merge error +# Test that section groups/gnu linkonce sections are parsed and a merge error # is displayed at the time of symbol resolution. # diff --git a/lld/test/elf/Hexagon/zerofillquick-sdata.test b/lld/test/elf/Hexagon/zerofillquick-sdata.test index 54703e144f0..6998de2583a 100644 --- a/lld/test/elf/Hexagon/zerofillquick-sdata.test +++ b/lld/test/elf/Hexagon/zerofillquick-sdata.test @@ -1,5 +1,5 @@ # This tests that a typeZeroFillFast atom is associated with a section that has -# the correct memory size. +# the correct memory size. RUN: lld -flavor gnu -target hexagon %p/Inputs/sdata1.o %p/Inputs/sdata2.o \ RUN: -o %t --noinhibit-exec -static diff --git a/lld/test/mach-o/function-scope.yaml b/lld/test/mach-o/function-scope.yaml index 966d8644375..729ae399865 100644 --- a/lld/test/mach-o/function-scope.yaml +++ b/lld/test/mach-o/function-scope.yaml @@ -9,7 +9,7 @@ file-type: MH_OBJECT flags: [ MH_SUBSECTIONS_VIA_SYMBOLS ] has-UUID: false OS: unknown -sections: +sections: - segment: __TEXT section: __text type: S_REGULAR @@ -17,12 +17,12 @@ sections: alignment: 4 address: 0x0000000000000000 content: [ 0xC3, 0xC3, 0xC3 ] -local-symbols: +local-symbols: - name: _myStatic type: N_SECT sect: 1 value: 0x0000000000000002 -global-symbols: +global-symbols: - name: _myGlobal type: N_SECT scope: [ N_EXT ] |