Skip to content

Commit b1ab5d4

Browse files
HaohaiWengithub-actions[bot]
authored andcommitted
Automerge: [X86] Add assertion required for pseudo probe desc check test (#149800)
Fix failed test introduced in #148564.
2 parents 3d19141 + 43a829a commit b1ab5d4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

llvm/test/CodeGen/X86/pseudo-probe-desc-check.ll

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
; RUN: llc -mtriple=x86_64-unknown-linux-gnu < %s 2>&1 | FileCheck %s
2-
; RUN: llc -mtriple=x86_64-unknown-windows-msvc < %s 2>&1 | FileCheck %s
1+
; REQUIRES: asserts
2+
; RUN: llc -mtriple=x86_64-unknown-linux-gnu < %s -o /dev/null 2>&1 | FileCheck %s
3+
; RUN: llc -mtriple=x86_64-unknown-windows-msvc < %s -o /dev/null 2>&1 | FileCheck %s
34

45
; CHECK: warning: Guid:8314849053352128226 Name:inlinee does not exist in pseudo probe desc
56
; CHECK: warning: Guid:6492337042787843907 Name:extract2 does not exist in pseudo probe desc

0 commit comments

Comments
 (0)