Skip to content

Commit 49aae0e

Browse files
author
klensy
committed
tools
1 parent e387df1 commit 49aae0e

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

llvm/test/tools/gold/X86/global_with_section.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ target triple = "x86_64-unknown-linux-gnu"
4545

4646
; Confirm via a variable with a non-C identifier section that we are getting
4747
; the expected internalization.
48-
; CHECK-REGULARLTO-DAG: @var_with_nonC_section = internal global i32 0, section ".nonCsection"
48+
; CHECK2-REGULARLTO-DAG: @var_with_nonC_section = internal global i32 0, section ".nonCsection"
4949
; Check we dropped definition of dead variable.
5050
; CHECK-THINLTO-NOT: @var_with_nonC_section
5151
@var_with_nonC_section = global i32 0, section ".nonCsection"

llvm/test/tools/llvm-cov/coverage_watermark.test

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ORIGIN: </tr>
2929
RUN: llvm-cov show %S/Inputs/templateInstantiations.covmapping -instr-profile %S/Inputs/templateInstantiations.profdata -format html -show-region-summary -show-instantiation-summary -o %t.html.dir -path-equivalence=/tmp,%S -coverage-watermark 80,70 %S/showTemplateInstantiations.cpp
3030
RUN: FileCheck -check-prefix=DOWNGRADE1 %s -input-file %t.html.dir/index.html
3131

32-
DOWNGRADE:1 Totals
32+
DOWNGRADE1: Totals
3333
DOWNGRADE1: <td class='column-entry-green'>
3434
DOWNGRADE1: 100.00% (2/2)
3535
DOWNGRADE1: <td class='column-entry-green'>
@@ -45,7 +45,7 @@ DOWNGRADE1: </tr>
4545
RUN: llvm-cov show %S/Inputs/templateInstantiations.covmapping -instr-profile %S/Inputs/templateInstantiations.profdata -format html -show-region-summary -show-instantiation-summary -o %t.html.dir -path-equivalence=/tmp,%S -coverage-watermark 70,50 %S/showTemplateInstantiations.cpp
4646
RUN: FileCheck -check-prefix=DOWNGRADE2 %s -input-file %t.html.dir/index.html
4747

48-
DOWNGRADE:1 Totals
48+
DOWNGRADE2: Totals
4949
DOWNGRADE2: <td class='column-entry-green'>
5050
DOWNGRADE2: 100.00% (2/2)
5151
DOWNGRADE2: <td class='column-entry-green'>
@@ -54,6 +54,6 @@ DOWNGRADE2: <td class='column-entry-green'>
5454
DOWNGRADE2: 75.00% (9/12)
5555
DOWNGRADE2: <td class='column-entry-yellow'>
5656
DOWNGRADE2: 66.67% (4/6)
57-
DOWNGRADE1: <td class='column-entry-gray'>
58-
DOWNGRADE1: - (0/0)
59-
DOWNGRADE1: </tr>
57+
DOWNGRADE2: <td class='column-entry-gray'>
58+
DOWNGRADE2: - (0/0)
59+
DOWNGRADE2: </tr>

llvm/test/tools/llvm-cov/zeroFunctionFile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ int main() {
1515

1616
// RUN: llvm-cov show -j 1 %S/Inputs/zeroFunctionFile.covmapping -format html -instr-profile %t.profdata -o %t.dir
1717
// RUN: FileCheck %s -input-file=%t.dir/index.html -check-prefix=HTML
18-
// HTML-NO: 0.00% (0/0)
18+
// HTML-NOT: 0.00% (0/0)
1919
// HTML: Files which contain no functions
2020
// HTML: zeroFunctionFile.h

llvm/test/tools/llvm-objcopy/ELF/update-section.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ ProgramHeaders:
160160
# LONG-SAME: {{ }}9{{$}}
161161
# LONG: SectionData (
162162
# LONG-NEXT: |111122223|
163-
# LONT-NEXT: )
163+
# LONG-NEXT: )
164164

165165
# ADD-UPDATE: Name: .added
166166
# ADD-UPDATE: Size:

llvm/test/tools/llvm-objdump/X86/start-stop-address.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// CHECK-NEXT: 2b: 48 8b 45 f0 movq -16(%rbp), %rax
1717
// CHECK-NOT: {{.}}
1818

19-
// CROSSECTION-NOT: Disassembly
19+
// CROSSSECTION-NOT: Disassembly
2020
// CROSSSECTION: Disassembly of section .text:
2121
// CROSSSECTION-EMPTY:
2222
// CROSSSECTION-NEXT: <foo>:
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
; RUN: llvm-profgen --format=text --llvm-sample-profile=%S/Inputs/filter-ambiguous-profile.prof --binary=%S/Inputs/inline-cs-noprobe.perfbin --csspgo-preinliner=0 --output=%t1 || FileCheck %s --input-file %t1
22

33
;CHECK: foo:12345:1000
4-
;CHECK-NEXT 1: 1000
5-
;CHECK-NEXT 4: bar:1000
6-
;CHECK-NEXT 1: 1000
7-
;CHECK-NEXT 3: goo:300
8-
;CHECK-NEXT 1: 300
4+
;CHECK-NEXT: 1: 1000
5+
;CHECK-NEXT: 4: bar:1000
6+
;CHECK-NEXT: 1: 1000
7+
;CHECK-NEXT: 3: goo:300
8+
;CHECK-NEXT: 1: 300

llvm/test/tools/llvm-reduce/skip-delta-passes.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
; RESULT: define void @foo() {
1212
; RESULT-NEXT: store i32
1313
; RESULT-NEXT: ret void
14-
; RESULT0-NOT: attributes
14+
; RESULT-NOT: attributes
1515

1616
; ERROR: unknown pass "foo"
1717
define void @foo() #0 {

llvm/test/tools/lto/discard-value-names.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
; DISCARD: %add = add i32
1515

1616
; KEEP: %cmp.i = icmp
17-
; KEEP : %add = add i32
17+
; KEEP: %add = add i32
1818

1919
target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
2020
target triple = "x86_64-apple-macosx10.10.0"

0 commit comments

Comments
 (0)