[llvm] [llvm-jitlink] Support plain AArch32 range extension stubs in jitlink-check's stub_addr() expressions (PR #73268)

Stefan Gränitz via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 24 05:40:04 PST 2023


================
@@ -12,6 +12,7 @@
 
 #include "llvm-jitlink.h"
 
+#include "llvm/ExecutionEngine/Orc/Core.h"
----------------
weliveindetail wrote:

Thanks, yes it's a leftover. Together with the `orc::ExecutionSession &ES` parameter below...

https://github.com/llvm/llvm-project/pull/73268


More information about the llvm-commits mailing list