Skip to content

Commit 3558da3

Browse files
committed
[Sanitizers] Fix test that never ran anywhere
Incorrect REQUIRES clause. Also fixed the incorrect 'opt' line and removed a redundant -mtriple option.
1 parent d9f8097 commit 3558da3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/Analysis/StackSafetyAnalysis/i386-bug-fix.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
; REQUIRES: i386-pc-linux-gnu
1+
; REQUIRES: x86-registered-target
22

3-
; RUN: opt passes="print-stack-safety" -disable-output -mtriple=i386-pc-linux-gnu %s 2>&1 | FileCheck %s --check-prefixes=CHECK
3+
; RUN: opt -passes="print-stack-safety" -disable-output %s 2>&1 | FileCheck %s --check-prefixes=CHECK
44

55
; CHECK: @main
66
; CHECK-NEXT: args uses:

0 commit comments

Comments
 (0)