Skip to content

Commit 00840fb

Browse files
[MemProf] Add quotes around FileCheck pattern (#120481)
Some bots are failing with 2916352, likely due to the escapes in the FileCheck pattern. Add extra quotes to try to fix this. E.g. https://lab.llvm.org/buildbot/#/builders/46/builds/9442
1 parent 2916352 commit 00840fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/ThinLTO/X86/memprof-missing-callsite.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
; RUN: -pass-remarks=memprof-context-disambiguation -save-temps \
2929
; RUN: -o %t.out 2>&1 | FileCheck %s --implicit-check-not "call in clone _Z3foov" \
3030
; RUN: --check-prefix=SIZESUNHINTED
31-
; RUN: llvm-dis %t.out.1.4.opt.bc -o - | FileCheck %s --implicit-check-not \"memprof\"=\"cold\"
31+
; RUN: llvm-dis %t.out.1.4.opt.bc -o - | FileCheck %s --implicit-check-not "\"memprof\"=\"cold\""
3232

3333
source_filename = "memprof-missing-callsite.ll"
3434
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"

0 commit comments

Comments
 (0)