diff options
Diffstat (limited to 'llvm/test/DebugInfo/COFF/vtable-optzn-array.ll')
| -rw-r--r-- | llvm/test/DebugInfo/COFF/vtable-optzn-array.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/COFF/vtable-optzn-array.ll b/llvm/test/DebugInfo/COFF/vtable-optzn-array.ll index fa34c04411c..2b5e25b2ca1 100644 --- a/llvm/test/DebugInfo/COFF/vtable-optzn-array.ll +++ b/llvm/test/DebugInfo/COFF/vtable-optzn-array.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -filetype=obj -o - | llvm-readobj - -codeview | FileCheck %s +; RUN: llc < %s -filetype=obj -o - | llvm-readobj - --codeview | FileCheck %s ; We used to crash on this input because UnicodeString is a forward declaration ; with no size. Our array type logic wanted to assert the size of the elements |

