File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
;; Roundtrip tests.
2
2
; RUN: llvm-as --write-experimental-debuginfo-iterators-to-bitcode=true %s -o - | llvm-dis | FileCheck %s
3
3
;; Check that verify-uselistorder passes regardless of input format.
4
- ;; NOTE: This test fails intermittently
5
4
; RUN: llvm-as %s --write-experimental-debuginfo-iterators-to-bitcode=true -o - | verify-uselistorder %s
6
5
; RUN: verify-uselistorder %s
7
6
15
14
16
15
;; Check that llvm-link doesn't explode if we give it different formats to
17
16
;; 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.
18
20
; RUN: llvm-as %s --experimental-debuginfo-iterators=true --write-experimental-debuginfo-iterators-to-bitcode=true -o %t
19
21
; RUN: llvm-link %t %s --experimental-debuginfo-iterators=false -o /dev/null
20
22
; RUN: llvm-as %s --experimental-debuginfo-iterators=false -o %t
You can’t perform that action at this time.
0 commit comments