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 ef3d5ec commit 5b797c4Copy full SHA for 5b797c4
llvm/test/Bitcode/thinlto-preserve-uselistorder.ll
@@ -1,11 +1,7 @@
1
; Check that thin lto bitcode respects preserve-bc-uselistorder
2
3
-; Test without -thin-link-bitcode-file
4
; RUN: opt --preserve-bc-uselistorder --thinlto-bc --thinlto-split-lto-unit < %s | llvm-dis --preserve-ll-uselistorder | FileCheck %s
5
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
-
9
; CHECK: uselistorder ptr @g, { 3, 2, 1, 0 }
10
11
@g = external global i32
0 commit comments