[lld] r249037 - Remove trailing whitespaces.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 1 10:33:36 PDT 2015
Author: ruiu
Date: Thu Oct 1 12:33:36 2015
New Revision: 249037
URL: http://llvm.org/viewvc/llvm-project?rev=249037&view=rev
Log:
Remove trailing whitespaces.
Modified:
lld/trunk/test/elf2/Inputs/allow-shlib-undefined.s
lld/trunk/test/elf2/allow-shlib-undefined.s
lld/trunk/test/elf2/basic-aarch64.s
Modified: lld/trunk/test/elf2/Inputs/allow-shlib-undefined.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf2/Inputs/allow-shlib-undefined.s?rev=249037&r1=249036&r2=249037&view=diff
==============================================================================
--- lld/trunk/test/elf2/Inputs/allow-shlib-undefined.s (original)
+++ lld/trunk/test/elf2/Inputs/allow-shlib-undefined.s Thu Oct 1 12:33:36 2015
@@ -1,3 +1,3 @@
.globl _shared
-_shared:
+_shared:
call _unresolved
Modified: lld/trunk/test/elf2/allow-shlib-undefined.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf2/allow-shlib-undefined.s?rev=249037&r1=249036&r2=249037&view=diff
==============================================================================
--- lld/trunk/test/elf2/allow-shlib-undefined.s (original)
+++ lld/trunk/test/elf2/allow-shlib-undefined.s Thu Oct 1 12:33:36 2015
@@ -1,25 +1,25 @@
# --allow-shlib-undefined and --no-allow-shlib-undefined are fully
-# ignored in linker implementation.
+# ignored in linker implementation.
# --allow-shlib-undefined is set by default
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux \
# RUN: %p/Inputs/allow-shlib-undefined.s -o %t
-# RUN: lld -shared -flavor gnu2 %t -o %t.so
+# RUN: lld -shared -flavor gnu2 %t -o %t.so
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t1
# Executable: should link with DSO containing undefined symbols in any case.
# RUN: lld -flavor gnu2 %t1 %t.so -o %t2
# RUN: lld -flavor gnu2 --no-allow-shlib-undefined %t1 %t.so -o %t2
# RUN: lld -flavor gnu2 --allow-shlib-undefined %t1 %t.so -o %t2
-
-# DSO with undefines:
+
+# DSO with undefines:
# should link with or without any of these options.
-# RUN: lld -shared -flavor gnu2 %t -o %t.so
-# RUN: lld -shared --allow-shlib-undefined -flavor gnu2 %t -o %t.so
-# RUN: lld -shared --no-allow-shlib-undefined -flavor gnu2 %t -o %t.so
-
+# RUN: lld -shared -flavor gnu2 %t -o %t.so
+# RUN: lld -shared --allow-shlib-undefined -flavor gnu2 %t -o %t.so
+# RUN: lld -shared --no-allow-shlib-undefined -flavor gnu2 %t -o %t.so
+
# Executable still should not link when have undefines inside.
-# RUN: not lld -flavor gnu2 %t -o %t.so
+# RUN: not lld -flavor gnu2 %t -o %t.so
.globl _start
-_start:
+_start:
call _shared
Modified: lld/trunk/test/elf2/basic-aarch64.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf2/basic-aarch64.s?rev=249037&r1=249036&r2=249037&view=diff
==============================================================================
--- lld/trunk/test/elf2/basic-aarch64.s (original)
+++ lld/trunk/test/elf2/basic-aarch64.s Thu Oct 1 12:33:36 2015
@@ -175,7 +175,7 @@ _start:
# CHECK-NEXT: Offset: 0x1000
# CHECK-NEXT: VirtualAddress: 0x11000
# CHECK-NEXT: PhysicalAddress: 0x11000
-# CHECK-NEXT: FileSize: 12
+# CHECK-NEXT: FileSize: 12
# CHECK-NEXT: MemSize: 12
# CHECK-NEXT: Flags [ (0x5)
# CHECK-NEXT: PF_R (0x4)
More information about the llvm-commits
mailing list