[llvm] [ExecutionEngine] Include <map> (PR #124083)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 22 23:27:40 PST 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 cd5694ecea2da1990365f46f9737be1b29d94f0c c6e9fd89fd7ff116161f970e0ecffefc8d44f830 --extensions cpp -- llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderVTune.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderVTune.cpp b/llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderVTune.cpp
index e73f16d935..5a4698f0fa 100644
--- a/llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderVTune.cpp
+++ b/llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderVTune.cpp
@@ -13,9 +13,9 @@
#include "llvm/ExecutionEngine/Orc/Shared/VTuneSharedStructs.h"
#if LLVM_USE_INTEL_JITEVENTS
-#include <map>
#include "IntelJITEventsWrapper.h"
#include "ittnotify.h"
+#include <map>
using namespace llvm;
using namespace llvm::orc;
``````````
</details>
https://github.com/llvm/llvm-project/pull/124083
More information about the llvm-commits
mailing list