Skip to content

Commit 43a829a

Browse files
authored
[X86] Add assertion required for pseudo probe desc check test (#149800)
Fix failed test introduced in #148564.
1 parent 255a163 commit 43a829a

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)