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 d9f8097 commit 3558da3Copy full SHA for 3558da3
llvm/test/Analysis/StackSafetyAnalysis/i386-bug-fix.ll
@@ -1,6 +1,6 @@
1
-; REQUIRES: i386-pc-linux-gnu
+; REQUIRES: x86-registered-target
2
3
-; RUN: opt passes="print-stack-safety" -disable-output -mtriple=i386-pc-linux-gnu %s 2>&1 | FileCheck %s --check-prefixes=CHECK
+; RUN: opt -passes="print-stack-safety" -disable-output %s 2>&1 | FileCheck %s --check-prefixes=CHECK
4
5
; CHECK: @main
6
; CHECK-NEXT: args uses:
0 commit comments