Skip to content

Commit

Permalink
[NFC] Fix comment in test from #83251
Browse files Browse the repository at this point in the history
  • Loading branch information
OCHyams committed Mar 15, 2024
1 parent e419084 commit 64f76de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion llvm/test/Bitcode/dbg-record-roundtrip.ll
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
;; Roundtrip tests.
; RUN: llvm-as --write-experimental-debuginfo-iterators-to-bitcode=true %s -o - | llvm-dis | FileCheck %s
;; Check that verify-uselistorder passes regardless of input format.
;; NOTE: This test fails intermittently
; RUN: llvm-as %s --write-experimental-debuginfo-iterators-to-bitcode=true -o - | verify-uselistorder %s
; RUN: verify-uselistorder %s

Expand All @@ -15,6 +14,9 @@

;; Check that llvm-link doesn't explode if we give it different formats to
;; link.
;; NOTE: This test fails intermittently on linux if the llvm-as output is piped
;; into llvm-link in the RUN lines below, unless the verify-uselistorder RUN
;; lines above are removed. Write to a temporary file to avoid that weirdness.
; RUN: llvm-as %s --experimental-debuginfo-iterators=true --write-experimental-debuginfo-iterators-to-bitcode=true -o %t
; RUN: llvm-link %t %s --experimental-debuginfo-iterators=false -o /dev/null
; RUN: llvm-as %s --experimental-debuginfo-iterators=false -o %t
Expand Down

0 comments on commit 64f76de

Please sign in to comment.