[clang] [compiler-rt] [clang-repl] Reimplement value printing using MemoryAccess to support in-process and out-of-process (PR #156649)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 8 04:33:40 PDT 2025
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 -- compiler-rt/lib/orc/send_value.cpp clang/include/clang/Interpreter/Interpreter.h clang/include/clang/Interpreter/Value.h clang/lib/Interpreter/Interpreter.cpp clang/lib/Interpreter/InterpreterValuePrinter.cpp clang/lib/Interpreter/Value.cpp
``````````
: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/compiler-rt/lib/orc/send_value.cpp b/compiler-rt/lib/orc/send_value.cpp
index 31834439e..c106358a0 100644
--- a/compiler-rt/lib/orc/send_value.cpp
+++ b/compiler-rt/lib/orc/send_value.cpp
@@ -7,9 +7,9 @@
//===----------------------------------------------------------------------===//
#include "common.h"
+#include "debug.h"
#include "jit_dispatch.h"
#include "wrapper_function_utils.h"
-#include "debug.h"
using namespace orc_rt;
``````````
</details>
https://github.com/llvm/llvm-project/pull/156649
More information about the llvm-commits
mailing list