diff options
Diffstat (limited to 'llvm/test/DebugInfo/COFF/virtual-method-kinds.ll')
-rw-r--r-- | llvm/test/DebugInfo/COFF/virtual-method-kinds.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/COFF/virtual-method-kinds.ll b/llvm/test/DebugInfo/COFF/virtual-method-kinds.ll index 7580c6145f9..ea478d886a2 100644 --- a/llvm/test/DebugInfo/COFF/virtual-method-kinds.ll +++ b/llvm/test/DebugInfo/COFF/virtual-method-kinds.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -filetype=obj | llvm-readobj - -codeview | FileCheck %s +; RUN: llc < %s -filetype=obj | llvm-readobj - --codeview | FileCheck %s ; Check for the appropriate MethodKind below. |