Skip to content

Commit d3734b5

Browse files
lhamesAnthony Tran
authored andcommitted
[ORC] Sink DynamicLibrary.h header include into ExecutorProcessControl.cpp.
This include is only used for implementation, so shouldn't be in the public header.
1 parent e1d2b2e commit d3734b5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

llvm/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
#include "llvm/ExecutionEngine/Orc/TargetProcess/UnwindInfoManager.h"
2424
#include "llvm/ExecutionEngine/Orc/TaskDispatch.h"
2525
#include "llvm/Support/Compiler.h"
26-
#include "llvm/Support/DynamicLibrary.h"
2726
#include "llvm/Support/MSVCErrorWorkarounds.h"
2827
#include "llvm/TargetParser/Triple.h"
2928

llvm/lib/ExecutionEngine/Orc/ExecutorProcessControl.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include "llvm/ExecutionEngine/Orc/Core.h"
1212
#include "llvm/ExecutionEngine/Orc/TargetProcess/DefaultHostBootstrapValues.h"
1313
#include "llvm/ExecutionEngine/Orc/TargetProcess/TargetExecutionUtils.h"
14+
#include "llvm/Support/DynamicLibrary.h"
1415
#include "llvm/Support/Process.h"
1516
#include "llvm/TargetParser/Host.h"
1617

0 commit comments

Comments
 (0)