[llvm] [MergeFunctions] Add support to run the pass over a set of function pointers (PR #111045)
Stephen Tozer via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 15 16:14:45 PST 2024
================
@@ -0,0 +1,271 @@
+//===- MergeFunctionsTest.cpp - Unit tests for
+// MergeFunctionsPass-----------===//
----------------
SLTozer wrote:
Clang-format will format to a max column with of 80 - for the file header comments, you should change the padding hyphens so that it's exactly 80 characters wide (example in the github suggestion).
https://github.com/llvm/llvm-project/pull/111045
More information about the llvm-commits
mailing list