[llvm] [llvm-gsymutil] Add option to load callsites from DWARF (PR #119913)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 13 16:19:43 PST 2024
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
git-clang-format --diff d0155789615c2272fbb304e34dc1df4d8d72f7cc 65c01b89acae888abfb43025038c349535259f9c --extensions h,cpp -- llvm/include/llvm/DebugInfo/GSYM/DwarfTransformer.h llvm/lib/DebugInfo/GSYM/DwarfTransformer.cpp llvm/tools/llvm-gsymutil/llvm-gsymutil.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/include/llvm/DebugInfo/GSYM/DwarfTransformer.h b/llvm/include/llvm/DebugInfo/GSYM/DwarfTransformer.h
index 9da58bb0e4..a6db47a6b3 100644
--- a/llvm/include/llvm/DebugInfo/GSYM/DwarfTransformer.h
+++ b/llvm/include/llvm/DebugInfo/GSYM/DwarfTransformer.h
@@ -33,7 +33,6 @@ class OutputAggregator;
/// allows this class to be unit tested.
class DwarfTransformer {
public:
-
/// Create a DWARF transformer.
///
/// \param D The DWARF to use when converting to GSYM.
``````````
</details>
https://github.com/llvm/llvm-project/pull/119913
More information about the llvm-commits
mailing list