[all-commits] [llvm/llvm-project] 5ff672: [RemoveDIs][NFC] Rename DPValues->DbgRecords in ll...
Stephen Tozer via All-commits
all-commits at lists.llvm.org
Mon Mar 11 05:08:34 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5ff672045a97cf7f9d7f3a93d3a02e76994d50fb
https://github.com/llvm/llvm-project/commit/5ff672045a97cf7f9d7f3a93d3a02e76994d50fb
Author: Stephen Tozer <stephen.tozer at sony.com>
Date: 2024-03-11 (Mon, 11 Mar 2024)
Changed paths:
M llvm/tools/llvm-reduce/CMakeLists.txt
M llvm/tools/llvm-reduce/DeltaManager.cpp
R llvm/tools/llvm-reduce/deltas/ReduceDPValues.cpp
R llvm/tools/llvm-reduce/deltas/ReduceDPValues.h
A llvm/tools/llvm-reduce/deltas/ReduceDbgRecords.cpp
A llvm/tools/llvm-reduce/deltas/ReduceDbgRecords.h
M llvm/utils/gn/secondary/llvm/tools/llvm-reduce/BUILD.gn
Log Message:
-----------
[RemoveDIs][NFC] Rename DPValues->DbgRecords in llvm-reduce's ReduceDPValues (#84506)
llvm-reduce currently has a file `ReduceDPValues`, which really is
concerned with DbgRecords. Therefore, we rename the file and its
function accordingly.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list