We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6d9af commit 20cea4dCopy full SHA for 20cea4d
llvm/include/llvm/ExecutionEngine/Orc/GetDylibInterface.h
@@ -16,7 +16,6 @@
16
#define LLVM_EXECUTIONENGINE_ORC_GETDYLIBINTERFACE_H
17
18
#include "llvm/ExecutionEngine/Orc/Core.h"
19
-#include "llvm/Object/TapiUniversal.h"
20
21
namespace llvm::orc {
22
llvm/lib/ExecutionEngine/Orc/GetDylibInterface.cpp
@@ -11,6 +11,7 @@
11
#include "llvm/BinaryFormat/Magic.h"
12
#include "llvm/Object/MachO.h"
13
#include "llvm/Object/MachOUniversal.h"
14
+#include "llvm/Object/TapiUniversal.h"
15
#define DEBUG_TYPE "orc"
0 commit comments