[llvm] bc247ba - [memprof] Rename memprof-merge-v0.test to memprof-merge-versions.test (#93602)
via llvm-commits
llvm-commits at lists.llvm.org
Tue May 28 12:42:35 PDT 2024
Author: Kazu Hirata
Date: 2024-05-28T12:42:31-07:00
New Revision: bc247ba113543b07fcff769ab616cf9509eb2794
URL: https://github.com/llvm/llvm-project/commit/bc247ba113543b07fcff769ab616cf9509eb2794
DIFF: https://github.com/llvm/llvm-project/commit/bc247ba113543b07fcff769ab616cf9509eb2794.diff
LOG: [memprof] Rename memprof-merge-v0.test to memprof-merge-versions.test (#93602)
Despite the name, the test is used to test merge/show roundtrips for
different MemProf versions. This patch renames the test to match the
reality.
Added:
llvm/test/tools/llvm-profdata/memprof-merge-versions.test
Modified:
Removed:
llvm/test/tools/llvm-profdata/memprof-merge-v0.test
################################################################################
diff --git a/llvm/test/tools/llvm-profdata/memprof-merge-v0.test b/llvm/test/tools/llvm-profdata/memprof-merge-versions.test
similarity index 100%
rename from llvm/test/tools/llvm-profdata/memprof-merge-v0.test
rename to llvm/test/tools/llvm-profdata/memprof-merge-versions.test
More information about the llvm-commits
mailing list