We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f76de commit 0ae76a7Copy full SHA for 0ae76a7
llvm/test/Bitcode/dbg-record-roundtrip.ll
@@ -1,7 +1,7 @@
1
;; Roundtrip tests.
2
; RUN: llvm-as --write-experimental-debuginfo-iterators-to-bitcode=true %s -o - | llvm-dis | FileCheck %s
3
;; Check that verify-uselistorder passes regardless of input format.
4
-; RUN: llvm-as %s --write-experimental-debuginfo-iterators-to-bitcode=true -o - | verify-uselistorder %s
+; RUN: llvm-as %s --write-experimental-debuginfo-iterators-to-bitcode=true -o - | verify-uselistorder
5
; RUN: verify-uselistorder %s
6
7
;; Confirm we're producing RemoveDI records from various tools.
0 commit comments