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 8c4597e commit 4a5c809Copy full SHA for 4a5c809
sycl-jit/jit-compiler/lib/rtc/DeviceCompilation.cpp
@@ -15,8 +15,6 @@
15
#include <clang/Tooling/CompilationDatabase.h>
16
#include <clang/Tooling/Tooling.h>
17
18
-#include <llvm/IR/Module.h>
19
-
20
#ifdef _GNU_SOURCE
21
#include <dlfcn.h>
22
static char X; // Dummy symbol, used as an anchor for `dlinfo` below.
sycl-jit/jit-compiler/lib/rtc/DeviceCompilation.h
@@ -12,14 +12,11 @@
12
#include "Kernel.h"
13
#include "View.h"
14
+#include <llvm/IR/Module.h>
#include <llvm/Support/Error.h>
#include <memory>
-namespace llvm {
-class Module;
-} // namespace llvm
23
namespace jit_compiler {
24
25
llvm::Expected<std::unique_ptr<llvm::Module>>
0 commit comments