[llvm] [llubi] Implements common library functions (PR #190147)

via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 2 03:44:07 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/tools/llubi/lib/Library.cpp llvm/tools/llubi/lib/Library.h llvm/tools/llubi/lib/Context.h llvm/tools/llubi/lib/ExecutorBase.cpp llvm/tools/llubi/lib/ExecutorBase.h llvm/tools/llubi/lib/Interpreter.cpp llvm/tools/llubi/llubi.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/tools/llubi/lib/ExecutorBase.cpp b/llvm/tools/llubi/lib/ExecutorBase.cpp
index d546c80e1..8b86d7037 100644
--- a/llvm/tools/llubi/lib/ExecutorBase.cpp
+++ b/llvm/tools/llubi/lib/ExecutorBase.cpp
@@ -126,7 +126,7 @@ void ExecutorBase::store(const AnyValue &Ptr, Align Alignment,
 }
 
 void ExecutorBase::requestProgramExit(ProgramExitInfo::ProgramExitKind Kind,
-uint64_t ExitCode)  {
+                                      uint64_t ExitCode) {
   if (Kind == ProgramExitInfo::ProgramExitKind::Invalid)
     llvm_unreachable("Invalid program exit kind");
   Status = false;

``````````

</details>


https://github.com/llvm/llvm-project/pull/190147


More information about the llvm-commits mailing list