diff options
Diffstat (limited to 'llvm/test/Verifier/pr34325.ll')
| -rw-r--r-- | llvm/test/Verifier/pr34325.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/Verifier/pr34325.ll b/llvm/test/Verifier/pr34325.ll index ae258b7677f..fcc1f0b5300 100644 --- a/llvm/test/Verifier/pr34325.ll +++ b/llvm/test/Verifier/pr34325.ll @@ -1,6 +1,7 @@ -; RUN: not opt -verify %s 2>&1 | FileCheck %s +; RUN: llvm-as -disable-output %s 2>&1 | FileCheck %s ; CHECK: invalid type ref +; CHECK: warning: ignoring invalid debug info @bar = global i64 0, align 8, !dbg !0 |

