We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255a163 commit 43a829aCopy full SHA for 43a829a
llvm/test/CodeGen/X86/pseudo-probe-desc-check.ll
@@ -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
+; REQUIRES: asserts
+; 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
4
5
; CHECK: warning: Guid:8314849053352128226 Name:inlinee does not exist in pseudo probe desc
6
; CHECK: warning: Guid:6492337042787843907 Name:extract2 does not exist in pseudo probe desc
0 commit comments