diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/wineh-try-catch.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/wineh-try-catch.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/wineh-try-catch.ll b/llvm/test/CodeGen/AArch64/wineh-try-catch.ll index 7185637a117..c631d77fd3e 100644 --- a/llvm/test/CodeGen/AArch64/wineh-try-catch.ll +++ b/llvm/test/CodeGen/AArch64/wineh-try-catch.ll @@ -1,6 +1,6 @@ ; RUN: llc -o - %s -mtriple=aarch64-windows -verify-machineinstrs | FileCheck %s ; RUN: llc -o %t -filetype=obj %s -mtriple=aarch64-windows -; RUN: llvm-readobj -unwind %t | FileCheck %s -check-prefix=UNWIND +; RUN: llvm-readobj --unwind %t | FileCheck %s -check-prefix=UNWIND ; We test the following ; 1) That the unwind help object is created and that its offset from the stack |