diff options
Diffstat (limited to 'llvm/test/DebugInfo/COFF/const-unnamed-member.ll')
-rw-r--r-- | llvm/test/DebugInfo/COFF/const-unnamed-member.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/COFF/const-unnamed-member.ll b/llvm/test/DebugInfo/COFF/const-unnamed-member.ll index c6c41a3c5d6..1dfe885a766 100644 --- a/llvm/test/DebugInfo/COFF/const-unnamed-member.ll +++ b/llvm/test/DebugInfo/COFF/const-unnamed-member.ll @@ -1,4 +1,4 @@ -; RUN: llc -filetype=obj < %s | llvm-readobj -codeview - | FileCheck %s +; RUN: llc -filetype=obj < %s | llvm-readobj --codeview - | FileCheck %s ; Objective-C++ source demonstrating the issue: ; void (^b)(void) = []() {}; |