[PATCH] D130898: [IntelJITEvents] Add missing include.
Sunho Kim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 1 06:24:28 PDT 2022
sunho created this revision.
Herald added a subscriber: hiraditya.
Herald added a project: All.
sunho requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Fixes compilation error.
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.449007.patch
Type: text/x-patch
Size: 542 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220801/592cb24d/attachment.bin>
More information about the llvm-commits
mailing list