[llvm-branch-commits] [llvm] RuntimeLibcalls: Add LibraryRef for dispatch-with-exclusion (PR #218869)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Aug 26 02:37:35 PDT 2026
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 origin/main HEAD --extensions cpp,h -- llvm/include/llvm/IR/RuntimeLibcalls.h llvm/utils/TableGen/Basic/RuntimeLibcallsEmitter.cpp --diff_from_common_commit
``````````
:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/utils/TableGen/Basic/RuntimeLibcallsEmitter.cpp b/llvm/utils/TableGen/Basic/RuntimeLibcallsEmitter.cpp
index 4010619fa..a1d48396f 100644
--- a/llvm/utils/TableGen/Basic/RuntimeLibcallsEmitter.cpp
+++ b/llvm/utils/TableGen/Basic/RuntimeLibcallsEmitter.cpp
@@ -106,8 +106,8 @@ private:
};
// Emit a file-local `setAvailableLibFuncs_<name>` for all LibcallLibrary defs
- // sharing \p Name, each gated by its own availability predicate. \p Exclusions
- // are emitted as guarded setUnavailable calls at the end.
+ // sharing \p Name, each gated by its own availability predicate. \p
+ // Exclusions are emitted as guarded setUnavailable calls at the end.
void emitLibraryFunction(raw_ostream &OS, StringRef Name,
ArrayRef<const Record *> Libs,
ArrayRef<LibraryExclusion> Exclusions) const;
``````````
</details>
https://github.com/llvm/llvm-project/pull/218869
More information about the llvm-branch-commits
mailing list