Skip to content

Commit 64f76de

Browse files
committed
[NFC] Fix comment in test from #83251
1 parent e419084 commit 64f76de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

llvm/test/Bitcode/dbg-record-roundtrip.ll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
;; Roundtrip tests.
22
; RUN: llvm-as --write-experimental-debuginfo-iterators-to-bitcode=true %s -o - | llvm-dis | FileCheck %s
33
;; Check that verify-uselistorder passes regardless of input format.
4-
;; NOTE: This test fails intermittently
54
; RUN: llvm-as %s --write-experimental-debuginfo-iterators-to-bitcode=true -o - | verify-uselistorder %s
65
; RUN: verify-uselistorder %s
76

@@ -15,6 +14,9 @@
1514

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

0 commit comments

Comments
 (0)