Skip to content

Commit c641fc3

Browse files
authored
[BOLT][test] Fix tests for aarch64 buildbot (#97620)
Fix broken tests in [bolt-aarch64-ubuntu-clang-shared](https://lab.llvm.org/buildbot/#/builders/126/builds/138)
1 parent 91d40ef commit c641fc3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bolt/test/X86/infer_no_exits.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
# PREAGG: B X:0 #main# 1 0
1010

11-
# CHECK: BOLT-INFO: inferred profile for 1 (100.00% of profiled, 100.00% of stale) functions responsible for -nan% samples (0 out of 0)
11+
# CHECK: BOLT-INFO: inferred profile for 1 (100.00% of profiled, 100.00% of stale) functions

bolt/test/X86/jt-symbol-disambiguation-4.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
# REQUIRES: system-linux
1111

1212
# RUN: llvm-mc -filetype=obj -triple x86_64-unknown-unknown %s -o %t.o
13-
# RUN: %clang -no-pie %t.o -o %t.exe -Wl,-q
13+
# RUN: %clang %cflags -no-pie %t.o -o %t.exe -Wl,-q
1414
# RUN: llvm-bolt --funcs=main,foo/1 %t.exe -o %t.exe.bolt --print-normalized \
1515
# RUN: 2>&1 | FileCheck %s
1616

1717
.text
1818
.globl main
1919
.type main,@function
2020
main:
21-
# CHECK: Binary Function "main"
21+
# CHECK: Binary Function "main
2222
pushq %rbp
2323
movq %rsp, %rbp
2424
movq $-16, %rax

0 commit comments

Comments
 (0)