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 d0613c1 commit 056af48Copy full SHA for 056af48
bolt/test/X86/is-strip.s
@@ -4,7 +4,7 @@
4
# RUN: llvm-bolt %t -o %t.out 2>&1 | FileCheck %s -check-prefix=CHECK-NOSTRIP
5
# RUN: cp %t %t.stripped
6
# RUN: llvm-strip -s %t.stripped
7
-# RUN: not llvm-bolt %t.stripped -o %t.out 2>&1 | FileCheck %s -check-prefix=CHECK-STRIP
+# RUN: not llvm-bolt %t.stripped -o /dev/null 2>&1 | FileCheck %s -check-prefix=CHECK-STRIP
8
# RUN: llvm-bolt %t.stripped -o %t.out --allow-stripped 2>&1 | FileCheck %s -check-prefix=CHECK-NOSTRIP
9
10
# CHECK-NOSTRIP-NOT: BOLT-ERROR: stripped binaries are not supported.
0 commit comments