diff --git a/bolt/test/X86/infer_no_exits.test b/bolt/test/X86/infer_no_exits.test index b8a39d339e01..3e208053a3c8 100644 --- a/bolt/test/X86/infer_no_exits.test +++ b/bolt/test/X86/infer_no_exits.test @@ -8,4 +8,4 @@ # PREAGG: B X:0 #main# 1 0 -# CHECK: BOLT-INFO: inferred profile for 1 (100.00% of profiled, 100.00% of stale) functions responsible for -nan% samples (0 out of 0) +# CHECK: BOLT-INFO: inferred profile for 1 (100.00% of profiled, 100.00% of stale) functions diff --git a/bolt/test/X86/jt-symbol-disambiguation-4.s b/bolt/test/X86/jt-symbol-disambiguation-4.s index d3d3dcd80705..ba338a00d23d 100644 --- a/bolt/test/X86/jt-symbol-disambiguation-4.s +++ b/bolt/test/X86/jt-symbol-disambiguation-4.s @@ -10,7 +10,7 @@ # REQUIRES: system-linux # RUN: llvm-mc -filetype=obj -triple x86_64-unknown-unknown %s -o %t.o -# RUN: %clang -no-pie %t.o -o %t.exe -Wl,-q +# RUN: %clang %cflags -no-pie %t.o -o %t.exe -Wl,-q # RUN: llvm-bolt --funcs=main,foo/1 %t.exe -o %t.exe.bolt --print-normalized \ # RUN: 2>&1 | FileCheck %s @@ -18,7 +18,7 @@ .globl main .type main,@function main: -# CHECK: Binary Function "main" +# CHECK: Binary Function "main pushq %rbp movq %rsp, %rbp movq $-16, %rax