Skip to content

Commit 567d810

Browse files
committed
update test
Created using spr 1.3.4
1 parent fe9900b commit 567d810

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

bolt/test/X86/callcont-fallthru.s

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,28 +25,27 @@
2525
# RUN: --print-cfg --print-only=main | FileCheck %s --check-prefix=CHECK3
2626

2727
## Check that a landing pad is emitted in BAT
28-
# RUN: llvm-bat-dump %t.out --dump-all | FileCheck %s --check-prefix=CHECK-BAT
28+
# RUN: llvm-bat-dump %t.out4 --dump-all | FileCheck %s --check-prefix=CHECK-BAT
2929

3030
# CHECK-BAT: 1 secondary entry points:
31-
# CHECK-BAT-NEXT: 0x38 (lp)
3231

3332
## Check BAT case of a fallthrough to a call continuation
34-
# link_fdata %s %t.out3 %t.pa.bat PREAGG
35-
# RUN: perf2bolt %t.out3 -p %t.pa.bat --pa -o %t.fdata
33+
# link_fdata %s %t.out4 %t.pa.bat PREAGG
34+
# RUN: perf2bolt %t.out4 -p %t.pa.bat --pa -o %t.fdata
3635
# RUN: FileCheck %s --check-prefix=CHECK-BAT-CC --input-file=%t.fdata
3736
# CHECK-BAT-CC: main
3837

3938
## Check BAT case of a fallthrough to a secondary entry point or a landing pad
40-
# link_fdata %s %t.out3 %t.pa.bat2 PREAGG3
39+
# link_fdata %s %t.out4 %t.pa.bat2 PREAGG3
4140

4241
## Secondary entry
43-
# RUN: perf2bolt %t.out3 -p %t.pa.bat2 --pa -o %t.fdata2
42+
# RUN: perf2bolt %t.out4 -p %t.pa.bat2 --pa -o %t.fdata2
4443
# RUN: FileCheck %s --check-prefix=CHECK-BAT-ENTRY --input-file=%t.fdata2
4544
# CHECK-BAT-ENTRY: main
4645

4746
## Landing pad
48-
# RUN: llvm-strip --strip-unneeded %t.out3
49-
# RUN: perf2bolt %t.out3 -p %t.pa.bat2 --pa -o %t.fdata3
47+
# RUN: llvm-strip --strip-unneeded %t.out4
48+
# RUN: perf2bolt %t.out4 -p %t.pa.bat2 --pa -o %t.fdata3
5049
# RUN: FileCheck %s --check-prefix=CHECK-BAT-LP --input-file=%t.fdata3
5150
# CHECK-BAT-LP: main
5251

0 commit comments

Comments
 (0)