Skip to content

Commit 89c4197

Browse files
committed
Rename llvm-uselistorder => verify-uselistorder
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214318 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 4a9efda commit 89c4197

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+50
-50
lines changed

test/Bitcode/2006-12-11-Cast-ConstExpr.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; This test ensures that we get a bitcast constant expression in and out,
22
; not a sitofp constant expression.
33
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
4-
; RUN: llvm-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
4+
; RUN: verify-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
55
; CHECK: bitcast (
66

77
@G = external global i32

test/Bitcode/2009-06-11-FirstClassAggregateConstant.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llvm-as < %s | llvm-dis -disable-output
2-
; RUN: llvm-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
2+
; RUN: verify-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
33
; PR4373
44

55
@foo = weak global { i32 } zeroinitializer

test/Bitcode/aggregateInstructions.3.2.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llvm-dis < %s.bc| FileCheck %s
2-
; RUN: llvm-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
2+
; RUN: verify-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
33

44
; aggregateOperations.3.2.ll.bc was generated by passing this file to llvm-as-3.2.
55
; The test checks that LLVM does not misread instructions with aggregate operands

test/Bitcode/arm32_neon_vcnt_upgrade.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
2-
; RUN: llvm-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
2+
; RUN: verify-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
33
; Tests vclz and vcnt
44

55
define <4 x i16> @vclz16(<4 x i16>* %A) nounwind {

test/Bitcode/atomic.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llvm-as %s -o - | llvm-dis | FileCheck %s
2-
; RUN: llvm-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
2+
; RUN: verify-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
33

44
define void @test_cmpxchg(i32* %addr, i32 %desired, i32 %new) {
55
cmpxchg i32* %addr, i32 %desired, i32 %new seq_cst seq_cst

test/Bitcode/attributes-3.3.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llvm-dis < %s.bc| FileCheck %s
2-
; RUN: llvm-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
2+
; RUN: verify-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
33

44
; attributes-3.3.ll.bc was generated by passing this file to llvm-as-3.3.
55
; The test checks that LLVM does not silently misread attributes of

test/Bitcode/attributes.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
2-
; RUN: llvm-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
2+
; RUN: verify-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
33
; PR12696
44

55
define void @f1(i8 zeroext)

test/Bitcode/binaryFloatInstructions.3.2.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llvm-dis < %s.bc| FileCheck %s
2-
; RUN: llvm-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
2+
; RUN: verify-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
33

44
; BinaryFloatOperation.3.2.ll.bc was generated by passing this file to llvm-as-3.2.
55
; The test checks that LLVM does not misread binary float instructions from

test/Bitcode/binaryIntInstructions.3.2.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llvm-dis < %s.bc| FileCheck %s
2-
; RUN: llvm-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
2+
; RUN: verify-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
33

44
; BinaryIntOperation.3.2.ll.bc was generated by passing this file to llvm-as-3.2.
55
; The test checks that LLVM does not misread binary integer instructions from

test/Bitcode/bitwiseInstructions.3.2.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llvm-dis < %s.bc| FileCheck %s
2-
; RUN: llvm-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
2+
; RUN: verify-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
33

44
; bitwiseOperations.3.2.ll.bc was generated by passing this file to llvm-as-3.2.
55
; The test checks that LLVM does not misread bitwise instructions from

test/Bitcode/calling-conventions.3.2.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llvm-dis < %s.bc| FileCheck %s
2-
; RUN: llvm-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
2+
; RUN: verify-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
33

44
; calling-conventions.3.2.ll.bc was generated by passing this file to llvm-as-3.2.
55
; The test checks that LLVM does not silently misread calling conventions of

test/Bitcode/case-ranges-3.3.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llvm-dis < %s.bc| FileCheck %s
2-
; RUN: llvm-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
2+
; RUN: verify-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
33

44
; case-ranges.ll.bc was generated by passing this file to llvm-as from the 3.3
55
; release of LLVM. This tests that the bitcode for switches from that release

test/Bitcode/cmpxchg-upgrade.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llvm-dis < %s.bc | FileCheck %s
2-
; RUN: llvm-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
2+
; RUN: verify-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
33

44
; cmpxchg-upgrade.ll.bc was produced by running a version of llvm-as from just
55
; before the IR change on this file.

test/Bitcode/conversionInstructions.3.2.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llvm-dis < %s.bc| FileCheck %s
2-
; RUN: llvm-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
2+
; RUN: verify-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
33

44
; conversionOperations.3.2.ll.bc was generated by passing this file to llvm-as-3.2.
55
; The test checks that LLVM does not misread conversion instructions from

test/Bitcode/drop-debug-info.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; RUN: llvm-as < %s -o %t.bc 2>&1 >/dev/null | FileCheck -check-prefix=WARN %s
22
; RUN: llvm-dis < %t.bc | FileCheck %s
3-
; RUN: llvm-uselistorder < %t.bc -preserve-bc-use-list-order -num-shuffles=5
3+
; RUN: verify-uselistorder < %t.bc -preserve-bc-use-list-order -num-shuffles=5
44

55
define i32 @main() {
66
entry:

test/Bitcode/extractelement.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: opt < %s -constprop | llvm-dis -disable-output
2-
; RUN: llvm-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
2+
; RUN: verify-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
33
; PR3465
44

55
define double @test() {

test/Bitcode/flags.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; RUN: llvm-as < %s | llvm-dis > %t0
22
; RUN: opt -S < %s > %t1
33
; RUN: diff %t0 %t1
4-
; RUN: llvm-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
4+
; RUN: verify-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
55
; PR6140
66

77
; Make sure the flags are serialized/deserialized properly for both

test/Bitcode/function-encoding-rel-operands.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; Basic sanity test to check that instruction operands are encoded with
22
; relative IDs.
33
; RUN: llvm-as < %s | llvm-bcanalyzer -dump | FileCheck %s
4-
; RUN: llvm-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
4+
; RUN: verify-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
55

66
; CHECK: FUNCTION_BLOCK
77
; CHECK: INST_BINOP {{.*}}op0=1 op1=1

test/Bitcode/global-variables.3.2.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llvm-dis < %s.bc| FileCheck %s
2-
; RUN: llvm-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
2+
; RUN: verify-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
33

44
; global-variables.3.2.ll.bc was generated by passing this file to llvm-as-3.2.
55
; The test checks that LLVM does not silently misread global variables attributes of

test/Bitcode/inalloca.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
2-
; RUN: llvm-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
2+
; RUN: verify-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
33

44
; inalloca should roundtrip.
55

test/Bitcode/linkage-types-3.2.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llvm-dis < %s.bc| FileCheck %s
2-
; RUN: llvm-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
2+
; RUN: verify-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
33

44
; linkage-types-3.2.ll.bc was generated by passing this file to llvm-as-3.2
55
; The test checks that LLVM does not silently misread linkage types of

test/Bitcode/local-linkage-default-visibility.3.4.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llvm-dis < %s.bc | FileCheck %s
2-
; RUN: llvm-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
2+
; RUN: verify-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
33

44
; local-linkage-default-visibility.3.4.ll.bc was generated by passing this file
55
; to llvm-as-3.4. The test checks that LLVM upgrades visibility of symbols

test/Bitcode/memInstructions.3.2.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llvm-dis < %s.bc| FileCheck %s
2-
; RUN: llvm-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
2+
; RUN: verify-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
33

44
; memOperations.3.2.ll.bc was generated by passing this file to llvm-as-3.2.
55
; The test checks that LLVM does not misread memory related instructions of

test/Bitcode/metadata.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llvm-as < %s | llvm-dis -disable-output
2-
; RUN: llvm-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
2+
; RUN: verify-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
33

44
!llvm.foo = !{!0}
55
!0 = metadata !{i32 42}

test/Bitcode/old-aliases.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llvm-dis < %s.bc | FileCheck %s
2-
; RUN: llvm-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
2+
; RUN: verify-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
33

44
; old-aliases.bc consist of this file assembled with an old llvm-as (3.5 trunk)
55
; from when aliases contained a ConstantExpr.

test/Bitcode/ptest-new.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
2-
; RUN: llvm-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
2+
; RUN: verify-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
33

44
define i32 @foo(<2 x i64> %bar) nounwind {
55
entry:

test/Bitcode/ptest-old.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
2-
; RUN: llvm-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
2+
; RUN: verify-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
33

44
define i32 @foo(<4 x float> %bar) nounwind {
55
entry:

test/Bitcode/select.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
2-
; RUN: llvm-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
2+
; RUN: verify-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
33

44
define <2 x i32> @main() {
55
ret <2 x i32> select (<2 x i1> <i1 false, i1 undef>, <2 x i32> zeroinitializer, <2 x i32> <i32 0, i32 undef>)

test/Bitcode/shuffle.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llvm-as < %s | llvm-dis -disable-output
2-
; RUN: llvm-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
2+
; RUN: verify-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
33

44
; <rdar://problem/8622574>
55
; tests the bitcodereader can handle the case where the reader will initially

test/Bitcode/tailcall.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
2-
; RUN: llvm-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
2+
; RUN: verify-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
33

44
; Check that musttail and tail roundtrip.
55

test/Bitcode/terminatorInstructions.3.2.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llvm-dis < %s.bc| FileCheck %s
2-
; RUN: llvm-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
2+
; RUN: verify-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
33

44
; TerminatorOperations.3.2.ll.bc was generated by passing this file to llvm-as-3.2.
55
; The test checks that LLVM does not misread terminator instructions from

test/Bitcode/upgrade-global-ctors.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
; RUN: llvm-dis < %s.bc| FileCheck %s
2-
; RUN: llvm-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
2+
; RUN: verify-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
33

44
; CHECK: @llvm.global_ctors = appending global [0 x { i32, void ()*, i8* }] zeroinitializer

test/Bitcode/upgrade-loop-metadata.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; Test to make sure loop vectorizer metadata is automatically upgraded.
22
;
33
; RUN: llvm-dis < %s.bc | FileCheck %s
4-
; RUN: llvm-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
4+
; RUN: verify-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
55

66
define void @_Z28loop_with_vectorize_metadatav() {
77
entry:

test/Bitcode/upgrade-tbaa.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
2-
; RUN: llvm-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
2+
; RUN: verify-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
33

44
; Function Attrs: nounwind
55
define void @_Z4testPiPf(i32* nocapture %pI, float* nocapture %pF) #0 {

test/Bitcode/use-list-order.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llvm-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
1+
; RUN: verify-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
22

33
@a = global [4 x i1] [i1 0, i1 1, i1 0, i1 1]
44
@b = alias i1* getelementptr ([4 x i1]* @a, i64 0, i64 2)

test/Bitcode/vectorInstructions.3.2.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llvm-dis < %s.bc| FileCheck %s
2-
; RUN: llvm-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
2+
; RUN: verify-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
33

44
; vectorOperations.3.2.ll.bc was generated by passing this file to llvm-as-3.2.
55
; The test checks that LLVM does not misread vector operations of

test/Bitcode/visibility-styles.3.2.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llvm-dis < %s.bc| FileCheck %s
2-
; RUN: llvm-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
2+
; RUN: verify-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
33

44
; visibility-styles.3.2.ll.bc was generated by passing this file to llvm-as-3.2.
55
; The test checks that LLVM does not silently misread visibility styles of

test/Bitcode/weak-cmpxchg-upgrade.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llvm-dis < %s.bc | FileCheck %s
2-
; RUN: llvm-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
2+
; RUN: verify-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5
33

44
; cmpxchg-upgrade.ll.bc was produced by running a version of llvm-as from just
55
; before the IR change on this file.

test/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ set(LLVM_TEST_DEPENDS
4444
llvm-rtdyld
4545
llvm-symbolizer
4646
llvm-tblgen
47-
llvm-uselistorder
4847
llvm-vtabledump
4948
macho-dump
5049
opt
@@ -53,6 +52,7 @@ set(LLVM_TEST_DEPENDS
5352
not
5453
yaml2obj
5554
obj2yaml
55+
verify-uselistorder
5656
)
5757

5858
# If Intel JIT events are supported, depend on a tool that tests the listener.

test/lit.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,14 +228,14 @@ for pattern in [r"\bbugpoint\b(?!-)",
228228
r"\bllvm-rtdyld\b",
229229
r"\bllvm-size\b",
230230
r"\bllvm-tblgen\b",
231-
r"\bllvm-uselistorder\b",
232231
r"\bllvm-vtabledump\b",
233232
r"\bllvm-c-test\b",
234233
r"\bmacho-dump\b",
235234
NOJUNK + r"\bopt\b",
236235
r"\bFileCheck\b",
237236
r"\bobj2yaml\b",
238237
r"\byaml2obj\b",
238+
r"\bverify-uselistorder\b",
239239
# Handle these specially as they are strings searched
240240
# for during testing.
241241
r"\| \bcount\b",

tools/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ add_llvm_tool_subdirectory(llvm-bcanalyzer)
4343
add_llvm_tool_subdirectory(llvm-stress)
4444
add_llvm_tool_subdirectory(llvm-mcmarkup)
4545

46-
add_llvm_tool_subdirectory(llvm-uselistorder)
46+
add_llvm_tool_subdirectory(verify-uselistorder)
4747

4848
add_llvm_tool_subdirectory(llvm-symbolizer)
4949

tools/LLVMBuild.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
;===------------------------------------------------------------------------===;
1717

1818
[common]
19-
subdirectories = bugpoint llc lli llvm-ar llvm-as llvm-bcanalyzer llvm-cov llvm-diff llvm-dis llvm-dwarfdump llvm-extract llvm-jitlistener llvm-link llvm-lto llvm-mc llvm-nm llvm-objdump llvm-profdata llvm-rtdyld llvm-size macho-dump opt llvm-mcmarkup llvm-uselistorder
19+
subdirectories = bugpoint llc lli llvm-ar llvm-as llvm-bcanalyzer llvm-cov llvm-diff llvm-dis llvm-dwarfdump llvm-extract llvm-jitlistener llvm-link llvm-lto llvm-mc llvm-nm llvm-objdump llvm-profdata llvm-rtdyld llvm-size macho-dump opt llvm-mcmarkup verify-uselistorder
2020

2121
[component_0]
2222
type = Group

tools/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ PARALLEL_DIRS := opt llvm-as llvm-dis llc llvm-ar llvm-nm llvm-link \
3232
macho-dump llvm-objdump llvm-readobj llvm-rtdyld \
3333
llvm-dwarfdump llvm-cov llvm-size llvm-stress llvm-mcmarkup \
3434
llvm-profdata llvm-symbolizer obj2yaml yaml2obj llvm-c-test \
35-
llvm-vtabledump llvm-uselistorder
35+
llvm-vtabledump verify-uselistorder
3636

3737
# If Intel JIT Events support is configured, build an extra tool to test it.
3838
ifeq ($(USE_INTEL_JITEVENTS), 1)

tools/llvm-uselistorder/CMakeLists.txt renamed to tools/verify-uselistorder/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ set(LLVM_LINK_COMPONENTS
77
Support
88
)
99

10-
add_llvm_tool(llvm-uselistorder
11-
llvm-uselistorder.cpp
10+
add_llvm_tool(verify-uselistorder
11+
verify-uselistorder.cpp
1212
)

tools/llvm-uselistorder/LLVMBuild.txt renamed to tools/verify-uselistorder/LLVMBuild.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;===- ./tools/llvm-uselistorder/LLVMBuild.txt ------------------*- Conf -*--===;
1+
;===- ./tools/verify-uselistorder/LLVMBuild.txt ----------------*- Conf -*--===;
22
;
33
; The LLVM Compiler Infrastructure
44
;
@@ -17,6 +17,6 @@
1717

1818
[component_0]
1919
type = Tool
20-
name = llvm-uselistorder
20+
name = verify-uselistorder
2121
parent = Tools
2222
required_libraries = IRReader BitWriter Support

tools/llvm-uselistorder/Makefile renamed to tools/verify-uselistorder/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##===- tools/llvm-uselistorder/Makefile --------------------*- Makefile -*-===##
1+
##===- tools/verify-uselistorder/Makefile ------------------*- Makefile -*-===##
22
#
33
# The LLVM Compiler Infrastructure
44
#
@@ -8,7 +8,7 @@
88
##===----------------------------------------------------------------------===##
99

1010
LEVEL := ../..
11-
TOOLNAME := llvm-uselistorder
11+
TOOLNAME := verify-uselistorder
1212
LINK_COMPONENTS := AsmParser BitReader BitWriter Core IRReader Support
1313

1414
# This tool has no plugins, optimize startup time.

tools/llvm-uselistorder/llvm-uselistorder.cpp renamed to tools/verify-uselistorder/verify-uselistorder.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- llvm-uselistorder.cpp - The LLVM Modular Optimizer -----------------===//
1+
//===- verify-uselistorder.cpp - The LLVM Modular Optimizer ---------------===//
22
//
33
// The LLVM Compiler Infrastructure
44
//

0 commit comments

Comments
 (0)