[llvm] [memprof] Rename memprof-merge-v0.test to memprof-merge-versions.test (PR #93602)
Kazu Hirata via llvm-commits
llvm-commits at lists.llvm.org
Tue May 28 12:27:43 PDT 2024
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/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.
>From 6ffa53235d147514634f35068e5d139d6a746727 Mon Sep 17 00:00:00 2001
From: Kazu Hirata <kazu at google.com>
Date: Tue, 28 May 2024 12:07:41 -0700
Subject: [PATCH] [memprof] Rename memprof-merge-v0.test to
memprof-merge-versions.test
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.
---
.../{memprof-merge-v0.test => memprof-merge-versions.test} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename llvm/test/tools/llvm-profdata/{memprof-merge-v0.test => memprof-merge-versions.test} (100%)
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