Skip to content

Commit 5b797c4

Browse files
committed
Remove a run line
1 parent ef3d5ec commit 5b797c4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/test/Bitcode/thinlto-preserve-uselistorder.ll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
; Check that thin lto bitcode respects preserve-bc-uselistorder
22

3-
; Test without -thin-link-bitcode-file
43
; RUN: opt --preserve-bc-uselistorder --thinlto-bc --thinlto-split-lto-unit < %s | llvm-dis --preserve-ll-uselistorder | FileCheck %s
54

6-
; Test with -thin-link-bitcode-file
7-
; RUN: opt --preserve-bc-uselistorder --thinlto-bc --thinlto-split-lto-unit -thin-link-bitcode-file=%t.thinlink.bc < %s | llvm-dis --preserve-ll-uselistorder | FileCheck %s
8-
95
; CHECK: uselistorder ptr @g, { 3, 2, 1, 0 }
106

117
@g = external global i32

0 commit comments

Comments
 (0)