[PATCH] D130898: [IntelJITEvents] Add missing include.

Sunho Kim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 1 16:45:36 PDT 2022


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG5680ef870f90: [IntelJITEvents] Add missing include. (authored by sunho).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130898/new/

https://reviews.llvm.org/D130898

Files:
  llvm/lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp


Index: llvm/lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp
===================================================================
--- llvm/lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp
+++ llvm/lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp
@@ -24,6 +24,7 @@
 #include "llvm/IR/Function.h"
 #include "llvm/IR/Metadata.h"
 #include "llvm/IR/ValueHandle.h"
+#include "llvm/Object/ELFObjectFile.h"
 #include "llvm/Object/ObjectFile.h"
 #include "llvm/Object/SymbolSize.h"
 #include "llvm/Support/Debug.h"


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130898.449155.patch
Type: text/x-patch
Size: 542 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220801/8ea2b4a8/attachment.bin>


More information about the llvm-commits mailing list