[llvm] [ORC-RT] Initial check-in for a new, top-level ORC runtime project. (PR #113499)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 23 14:35:28 PDT 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 a3508e0246741851f06cb9ba86203be8d89febed fb7698d5d1377e85d1fd6a00fcbbc5a87cbb1323 --extensions cpp,h -- orc-rt/include/orc-rt-c/orc-rt.h orc-rt/lib/prelink/orc-rt-prelink.cpp orc-rt/tools/orc-executor/orc-executor.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/orc-rt/lib/prelink/orc-rt-prelink.cpp b/orc-rt/lib/prelink/orc-rt-prelink.cpp
index d24d5838a2..b97d9cd22a 100644
--- a/orc-rt/lib/prelink/orc-rt-prelink.cpp
+++ b/orc-rt/lib/prelink/orc-rt-prelink.cpp
@@ -1,5 +1,3 @@
#include <stdio.h>
-extern "C" void orc_rt(void) {
- printf("hello, world!\n");
-}
+extern "C" void orc_rt(void) { printf("hello, world!\n"); }
``````````
</details>
https://github.com/llvm/llvm-project/pull/113499
More information about the llvm-commits
mailing list