[ORC] Sink DynamicLibrary.h header include into ExecutorProcessControl.cpp.

This include is only used for implementation, so shouldn't be in the public
header.
This commit is contained in:
Lang Hames
2025-06-25 20:05:24 +10:00
parent d223832a58
commit 36a060a4e5
2 changed files with 1 additions and 1 deletions

View File

@@ -23,7 +23,6 @@
#include "llvm/ExecutionEngine/Orc/TargetProcess/UnwindInfoManager.h"
#include "llvm/ExecutionEngine/Orc/TaskDispatch.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/DynamicLibrary.h"
#include "llvm/Support/MSVCErrorWorkarounds.h"
#include "llvm/TargetParser/Triple.h"

View File

@@ -11,6 +11,7 @@
#include "llvm/ExecutionEngine/Orc/Core.h"
#include "llvm/ExecutionEngine/Orc/TargetProcess/DefaultHostBootstrapValues.h"
#include "llvm/ExecutionEngine/Orc/TargetProcess/TargetExecutionUtils.h"
#include "llvm/Support/DynamicLibrary.h"
#include "llvm/Support/Process.h"
#include "llvm/TargetParser/Host.h"