Skip to content

Commit 2832fa0

Browse files
mstorsjoHoney Goyal
authored andcommitted
[AArch64] [test] Write the seh.s test output object to a file
This is what is done in other tests; this makes it easier to inspect the output of this test manually.
1 parent 1468a92 commit 2832fa0

File tree

1 file changed

+2
-1
lines changed
  • llvm/test/MC/AArch64

1 file changed

+2
-1
lines changed

llvm/test/MC/AArch64/seh.s

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// This test checks that the SEH directives emit the correct unwind data.
22

3-
// RUN: llvm-mc -triple aarch64-pc-win32 -filetype=obj %s | llvm-readobj -S -r -u - | FileCheck %s
3+
// RUN: llvm-mc -triple aarch64-pc-win32 -filetype=obj %s -o %t.o
4+
// RUN: llvm-readobj -S -r -u %t.o | FileCheck %s
45

56
// Check that the output assembler directives also can be parsed, and
67
// that they produce equivalent output:

0 commit comments

Comments
 (0)