]> granicus.if.org Git - llvm/commitdiff
[llvm-objcopy] [COFF] Remove pointless comment chars from .test files. NFC.
authorMartin Storsjo <martin@martin.st>
Tue, 15 Jan 2019 09:34:45 +0000 (09:34 +0000)
committerMartin Storsjo <martin@martin.st>
Tue, 15 Jan 2019 09:34:45 +0000 (09:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351173 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/llvm-objcopy/COFF/strip-reloc-symbol.test
test/tools/llvm-objcopy/COFF/strip-symbol.test

index 0ccc87cbde69e7b1406653fcc67536a6d8716519..ba1dfb00efdf39ed6d91d8d7c0ac60efc016fd6e 100644 (file)
@@ -1,5 +1,5 @@
-RUN: yaml2obj %p/Inputs/strip-symbols.yaml > %t.o
-RUN: not llvm-objcopy -N foo %t.o 2>&1 | FileCheck %s --check-prefix=ERROR
-RUN: not llvm-objcopy --strip-symbol foo %t.o 2>&1 | FileCheck %s --check-prefix=ERROR
+RUN: yaml2obj %p/Inputs/strip-symbols.yaml > %t.o
+RUN: not llvm-objcopy -N foo %t.o 2>&1 | FileCheck %s --check-prefix=ERROR
+RUN: not llvm-objcopy --strip-symbol foo %t.o 2>&1 | FileCheck %s --check-prefix=ERROR
 
-ERROR: error: '{{.*}}{{/|\\}}strip-reloc-symbol.test.tmp.o': not stripping symbol 'foo' because it is named in a relocation.
+ERROR: error: '{{.*}}{{/|\\}}strip-reloc-symbol.test.tmp.o': not stripping symbol 'foo' because it is named in a relocation.
index 5355b22328a7d46650819b2905112e8c4ffb7918..268b097255db73ddcbf67883ea8d80a8d497379c 100644 (file)
@@ -1,32 +1,32 @@
-RUN: yaml2obj %p/Inputs/strip-symbols.yaml > %t.in.o
+RUN: yaml2obj %p/Inputs/strip-symbols.yaml > %t.in.o
 
-RUN: llvm-readobj -relocations %t.in.o | FileCheck %s --check-prefixes=RELOCS,RELOCS-PRE
-RUN: llvm-objdump -t %t.in.o | FileCheck %s --check-prefixes=SYMBOLS,SYMBOLS-PRE
+RUN: llvm-readobj -relocations %t.in.o | FileCheck %s --check-prefixes=RELOCS,RELOCS-PRE
+RUN: llvm-objdump -t %t.in.o | FileCheck %s --check-prefixes=SYMBOLS,SYMBOLS-PRE
 
-RUN: llvm-objcopy -N mainfunc %t.in.o %t.out.o
-RUN: llvm-readobj -relocations %t.out.o | FileCheck %s --check-prefixes=RELOCS,RELOCS-POST
-RUN: llvm-objdump -t %t.out.o | FileCheck %s --check-prefix=SYMBOLS
+RUN: llvm-objcopy -N mainfunc %t.in.o %t.out.o
+RUN: llvm-readobj -relocations %t.out.o | FileCheck %s --check-prefixes=RELOCS,RELOCS-POST
+RUN: llvm-objdump -t %t.out.o | FileCheck %s --check-prefix=SYMBOLS
 
-RUN: llvm-objcopy --strip-symbol mainfunc %t.in.o %t.out.o
-RUN: llvm-readobj -relocations %t.out.o | FileCheck %s --check-prefixes=RELOCS,RELOCS-POST
-RUN: llvm-objdump -t %t.out.o | FileCheck %s --check-prefix=SYMBOLS
+RUN: llvm-objcopy --strip-symbol mainfunc %t.in.o %t.out.o
+RUN: llvm-readobj -relocations %t.out.o | FileCheck %s --check-prefixes=RELOCS,RELOCS-POST
+RUN: llvm-objdump -t %t.out.o | FileCheck %s --check-prefix=SYMBOLS
 
-Explicitly listing the relocations for the input as well, to show
-that the symbol index of the symbol foo is updated in the relocations,
-while keeping relocations to two distinct .rdata symbols separate.
+Explicitly listing the relocations for the input as well, to show
+that the symbol index of the symbol foo is updated in the relocations,
+while keeping relocations to two distinct .rdata symbols separate.
 
-RELOCS:      Relocations [
-RELOCS-NEXT:   Section (1) .text {
-RELOCS-NEXT:     0x3 IMAGE_REL_AMD64_REL32 .rdata (0)
-RELOCS-NEXT:     0xA IMAGE_REL_AMD64_REL32 .rdata (1)
-RELOCS-PRE-NEXT:  0x11 IMAGE_REL_AMD64_REL32 foo (3)
-RELOCS-POST-NEXT: 0x11 IMAGE_REL_AMD64_REL32 foo (2)
-RELOCS-NEXT:   }
-RELOCS-NEXT: ]
+RELOCS:      Relocations [
+RELOCS-NEXT:   Section (1) .text {
+RELOCS-NEXT:     0x3 IMAGE_REL_AMD64_REL32 .rdata (0)
+RELOCS-NEXT:     0xA IMAGE_REL_AMD64_REL32 .rdata (1)
+RELOCS-PRE-NEXT:  0x11 IMAGE_REL_AMD64_REL32 foo (3)
+RELOCS-POST-NEXT: 0x11 IMAGE_REL_AMD64_REL32 foo (2)
+RELOCS-NEXT:   }
+RELOCS-NEXT: ]
 
-SYMBOLS: SYMBOL TABLE:
-SYMBOLS-NEXT: .rdata
-SYMBOLS-NEXT: .rdata
-SYMBOLS-PRE-NEXT: mainfunc
-SYMBOLS-NEXT: foo
-SYMBOLS-EMPTY:
+SYMBOLS: SYMBOL TABLE:
+SYMBOLS-NEXT: .rdata
+SYMBOLS-NEXT: .rdata
+SYMBOLS-PRE-NEXT: mainfunc
+SYMBOLS-NEXT: foo
+SYMBOLS-EMPTY: