From: Nico Weber Date: Tue, 9 Jul 2019 17:14:24 +0000 (+0000) Subject: Rename llvm/test/tools/llvm-pdbdump to llvm/test/tools/llvm-pdbutil X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ea1917a2b71e1f88524b6e3d6795012dd386fad;p=llvm Rename llvm/test/tools/llvm-pdbdump to llvm/test/tools/llvm-pdbutil llvm-pdbdump was renamed to llvm-pdbutil long ago. This updates the test to be where you'd expect them to be. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@365515 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/tools/llvm-pdbdump/Inputs/ClassLayoutTest.cpp b/test/tools/llvm-pdbutil/Inputs/ClassLayoutTest.cpp similarity index 100% rename from test/tools/llvm-pdbdump/Inputs/ClassLayoutTest.cpp rename to test/tools/llvm-pdbutil/Inputs/ClassLayoutTest.cpp diff --git a/test/tools/llvm-pdbdump/Inputs/ClassLayoutTest.pdb b/test/tools/llvm-pdbutil/Inputs/ClassLayoutTest.pdb similarity index 100% rename from test/tools/llvm-pdbdump/Inputs/ClassLayoutTest.pdb rename to test/tools/llvm-pdbutil/Inputs/ClassLayoutTest.pdb diff --git a/test/tools/llvm-pdbdump/Inputs/ComplexPaddingTest.cpp b/test/tools/llvm-pdbutil/Inputs/ComplexPaddingTest.cpp similarity index 100% rename from test/tools/llvm-pdbdump/Inputs/ComplexPaddingTest.cpp rename to test/tools/llvm-pdbutil/Inputs/ComplexPaddingTest.cpp diff --git a/test/tools/llvm-pdbdump/Inputs/ComplexPaddingTest.pdb b/test/tools/llvm-pdbutil/Inputs/ComplexPaddingTest.pdb similarity index 100% rename from test/tools/llvm-pdbdump/Inputs/ComplexPaddingTest.pdb rename to test/tools/llvm-pdbutil/Inputs/ComplexPaddingTest.pdb diff --git a/test/tools/llvm-pdbdump/Inputs/FPOTest.pdb b/test/tools/llvm-pdbutil/Inputs/FPOTest.pdb similarity index 100% rename from test/tools/llvm-pdbdump/Inputs/FPOTest.pdb rename to test/tools/llvm-pdbutil/Inputs/FPOTest.pdb diff --git a/test/tools/llvm-pdbdump/Inputs/FilterTest.cpp b/test/tools/llvm-pdbutil/Inputs/FilterTest.cpp similarity index 100% rename from test/tools/llvm-pdbdump/Inputs/FilterTest.cpp rename to test/tools/llvm-pdbutil/Inputs/FilterTest.cpp diff --git a/test/tools/llvm-pdbdump/Inputs/FilterTest.pdb b/test/tools/llvm-pdbutil/Inputs/FilterTest.pdb similarity index 100% rename from test/tools/llvm-pdbdump/Inputs/FilterTest.pdb rename to test/tools/llvm-pdbutil/Inputs/FilterTest.pdb diff --git a/test/tools/llvm-pdbdump/Inputs/InjectedSource.pdb b/test/tools/llvm-pdbutil/Inputs/InjectedSource.pdb similarity index 100% rename from test/tools/llvm-pdbdump/Inputs/InjectedSource.pdb rename to test/tools/llvm-pdbutil/Inputs/InjectedSource.pdb diff --git a/test/tools/llvm-pdbdump/Inputs/LoadAddressTest.cpp b/test/tools/llvm-pdbutil/Inputs/LoadAddressTest.cpp similarity index 100% rename from test/tools/llvm-pdbdump/Inputs/LoadAddressTest.cpp rename to test/tools/llvm-pdbutil/Inputs/LoadAddressTest.cpp diff --git a/test/tools/llvm-pdbdump/Inputs/LoadAddressTest.pdb b/test/tools/llvm-pdbutil/Inputs/LoadAddressTest.pdb similarity index 100% rename from test/tools/llvm-pdbdump/Inputs/LoadAddressTest.pdb rename to test/tools/llvm-pdbutil/Inputs/LoadAddressTest.pdb diff --git a/test/tools/llvm-pdbdump/Inputs/PrettyFuncDumperTest.cpp b/test/tools/llvm-pdbutil/Inputs/PrettyFuncDumperTest.cpp similarity index 100% rename from test/tools/llvm-pdbdump/Inputs/PrettyFuncDumperTest.cpp rename to test/tools/llvm-pdbutil/Inputs/PrettyFuncDumperTest.cpp diff --git a/test/tools/llvm-pdbdump/Inputs/PrettyFuncDumperTest.pdb b/test/tools/llvm-pdbutil/Inputs/PrettyFuncDumperTest.pdb similarity index 100% rename from test/tools/llvm-pdbdump/Inputs/PrettyFuncDumperTest.pdb rename to test/tools/llvm-pdbutil/Inputs/PrettyFuncDumperTest.pdb diff --git a/test/tools/llvm-pdbdump/Inputs/SimplePaddingTest.cpp b/test/tools/llvm-pdbutil/Inputs/SimplePaddingTest.cpp similarity index 100% rename from test/tools/llvm-pdbdump/Inputs/SimplePaddingTest.cpp rename to test/tools/llvm-pdbutil/Inputs/SimplePaddingTest.cpp diff --git a/test/tools/llvm-pdbdump/Inputs/SimplePaddingTest.pdb b/test/tools/llvm-pdbutil/Inputs/SimplePaddingTest.pdb similarity index 100% rename from test/tools/llvm-pdbdump/Inputs/SimplePaddingTest.pdb rename to test/tools/llvm-pdbutil/Inputs/SimplePaddingTest.pdb diff --git a/test/tools/llvm-pdbdump/Inputs/Stripped.pdb b/test/tools/llvm-pdbutil/Inputs/Stripped.pdb similarity index 100% rename from test/tools/llvm-pdbdump/Inputs/Stripped.pdb rename to test/tools/llvm-pdbutil/Inputs/Stripped.pdb diff --git a/test/tools/llvm-pdbdump/Inputs/TypeQualifiersTest.cpp b/test/tools/llvm-pdbutil/Inputs/TypeQualifiersTest.cpp similarity index 100% rename from test/tools/llvm-pdbdump/Inputs/TypeQualifiersTest.cpp rename to test/tools/llvm-pdbutil/Inputs/TypeQualifiersTest.cpp diff --git a/test/tools/llvm-pdbdump/Inputs/TypeQualifiersTest.pdb b/test/tools/llvm-pdbutil/Inputs/TypeQualifiersTest.pdb similarity index 100% rename from test/tools/llvm-pdbdump/Inputs/TypeQualifiersTest.pdb rename to test/tools/llvm-pdbutil/Inputs/TypeQualifiersTest.pdb diff --git a/test/tools/llvm-pdbdump/Inputs/TypeServerTest.cpp b/test/tools/llvm-pdbutil/Inputs/TypeServerTest.cpp similarity index 100% rename from test/tools/llvm-pdbdump/Inputs/TypeServerTest.cpp rename to test/tools/llvm-pdbutil/Inputs/TypeServerTest.cpp diff --git a/test/tools/llvm-pdbdump/Inputs/TypeServerTest.pdb b/test/tools/llvm-pdbutil/Inputs/TypeServerTest.pdb similarity index 100% rename from test/tools/llvm-pdbdump/Inputs/TypeServerTest.pdb rename to test/tools/llvm-pdbutil/Inputs/TypeServerTest.pdb diff --git a/test/tools/llvm-pdbdump/Inputs/UsingNamespaceTest.cpp b/test/tools/llvm-pdbutil/Inputs/UsingNamespaceTest.cpp similarity index 100% rename from test/tools/llvm-pdbdump/Inputs/UsingNamespaceTest.cpp rename to test/tools/llvm-pdbutil/Inputs/UsingNamespaceTest.cpp diff --git a/test/tools/llvm-pdbdump/Inputs/UsingNamespaceTest.pdb b/test/tools/llvm-pdbutil/Inputs/UsingNamespaceTest.pdb similarity index 100% rename from test/tools/llvm-pdbdump/Inputs/UsingNamespaceTest.pdb rename to test/tools/llvm-pdbutil/Inputs/UsingNamespaceTest.pdb diff --git a/test/tools/llvm-pdbdump/Inputs/tpi.bin b/test/tools/llvm-pdbutil/Inputs/tpi.bin similarity index 100% rename from test/tools/llvm-pdbdump/Inputs/tpi.bin rename to test/tools/llvm-pdbutil/Inputs/tpi.bin diff --git a/test/tools/llvm-pdbdump/checksum-string.test b/test/tools/llvm-pdbutil/checksum-string.test similarity index 100% rename from test/tools/llvm-pdbdump/checksum-string.test rename to test/tools/llvm-pdbutil/checksum-string.test diff --git a/test/tools/llvm-pdbdump/class-layout.test b/test/tools/llvm-pdbutil/class-layout.test similarity index 100% rename from test/tools/llvm-pdbdump/class-layout.test rename to test/tools/llvm-pdbutil/class-layout.test diff --git a/test/tools/llvm-pdbdump/complex-padding-graphical.test b/test/tools/llvm-pdbutil/complex-padding-graphical.test similarity index 100% rename from test/tools/llvm-pdbdump/complex-padding-graphical.test rename to test/tools/llvm-pdbutil/complex-padding-graphical.test diff --git a/test/tools/llvm-pdbdump/enum-layout.test b/test/tools/llvm-pdbutil/enum-layout.test similarity index 100% rename from test/tools/llvm-pdbdump/enum-layout.test rename to test/tools/llvm-pdbutil/enum-layout.test diff --git a/test/tools/llvm-pdbdump/explain-dbi-stream.test b/test/tools/llvm-pdbutil/explain-dbi-stream.test similarity index 100% rename from test/tools/llvm-pdbdump/explain-dbi-stream.test rename to test/tools/llvm-pdbutil/explain-dbi-stream.test diff --git a/test/tools/llvm-pdbdump/explain-pdb-stream.test b/test/tools/llvm-pdbutil/explain-pdb-stream.test similarity index 100% rename from test/tools/llvm-pdbdump/explain-pdb-stream.test rename to test/tools/llvm-pdbutil/explain-pdb-stream.test diff --git a/test/tools/llvm-pdbdump/explain.test b/test/tools/llvm-pdbutil/explain.test similarity index 100% rename from test/tools/llvm-pdbdump/explain.test rename to test/tools/llvm-pdbutil/explain.test diff --git a/test/tools/llvm-pdbdump/export-stream.test b/test/tools/llvm-pdbutil/export-stream.test similarity index 100% rename from test/tools/llvm-pdbdump/export-stream.test rename to test/tools/llvm-pdbutil/export-stream.test diff --git a/test/tools/llvm-pdbdump/fpo-data.test b/test/tools/llvm-pdbutil/fpo-data.test similarity index 100% rename from test/tools/llvm-pdbdump/fpo-data.test rename to test/tools/llvm-pdbutil/fpo-data.test diff --git a/test/tools/llvm-pdbdump/injected-sources.test b/test/tools/llvm-pdbutil/injected-sources.test similarity index 100% rename from test/tools/llvm-pdbdump/injected-sources.test rename to test/tools/llvm-pdbutil/injected-sources.test diff --git a/test/tools/llvm-pdbdump/lit.local.cfg b/test/tools/llvm-pdbutil/lit.local.cfg similarity index 100% rename from test/tools/llvm-pdbdump/lit.local.cfg rename to test/tools/llvm-pdbutil/lit.local.cfg diff --git a/test/tools/llvm-pdbdump/load-address.test b/test/tools/llvm-pdbutil/load-address.test similarity index 100% rename from test/tools/llvm-pdbdump/load-address.test rename to test/tools/llvm-pdbutil/load-address.test diff --git a/test/tools/llvm-pdbdump/partial-type-stream.test b/test/tools/llvm-pdbutil/partial-type-stream.test similarity index 100% rename from test/tools/llvm-pdbdump/partial-type-stream.test rename to test/tools/llvm-pdbutil/partial-type-stream.test diff --git a/test/tools/llvm-pdbdump/pretty-func-dumper.test b/test/tools/llvm-pdbutil/pretty-func-dumper.test similarity index 100% rename from test/tools/llvm-pdbdump/pretty-func-dumper.test rename to test/tools/llvm-pdbutil/pretty-func-dumper.test diff --git a/test/tools/llvm-pdbdump/regex-filter.test b/test/tools/llvm-pdbutil/regex-filter.test similarity index 100% rename from test/tools/llvm-pdbdump/regex-filter.test rename to test/tools/llvm-pdbutil/regex-filter.test diff --git a/test/tools/llvm-pdbdump/simple-padding-graphical.test b/test/tools/llvm-pdbutil/simple-padding-graphical.test similarity index 100% rename from test/tools/llvm-pdbdump/simple-padding-graphical.test rename to test/tools/llvm-pdbutil/simple-padding-graphical.test diff --git a/test/tools/llvm-pdbdump/stripped.test b/test/tools/llvm-pdbutil/stripped.test similarity index 100% rename from test/tools/llvm-pdbdump/stripped.test rename to test/tools/llvm-pdbutil/stripped.test diff --git a/test/tools/llvm-pdbdump/symbol-filters.test b/test/tools/llvm-pdbutil/symbol-filters.test similarity index 100% rename from test/tools/llvm-pdbdump/symbol-filters.test rename to test/tools/llvm-pdbutil/symbol-filters.test diff --git a/test/tools/llvm-pdbdump/type-qualifiers.test b/test/tools/llvm-pdbutil/type-qualifiers.test similarity index 100% rename from test/tools/llvm-pdbdump/type-qualifiers.test rename to test/tools/llvm-pdbutil/type-qualifiers.test diff --git a/test/tools/llvm-pdbdump/type-server-no-dbi.test b/test/tools/llvm-pdbutil/type-server-no-dbi.test similarity index 100% rename from test/tools/llvm-pdbdump/type-server-no-dbi.test rename to test/tools/llvm-pdbutil/type-server-no-dbi.test diff --git a/test/tools/llvm-pdbdump/usingnamespace.test b/test/tools/llvm-pdbutil/usingnamespace.test similarity index 100% rename from test/tools/llvm-pdbdump/usingnamespace.test rename to test/tools/llvm-pdbutil/usingnamespace.test