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 0f330e9 commit acebf9cCopy full SHA for acebf9c
offload/libomptarget/OffloadRTL.cpp
@@ -10,7 +10,6 @@
10
//
11
//===----------------------------------------------------------------------===//
12
13
-#include "OffloadPolicy.h"
14
#include "OpenMP/OMPT/Callback.h"
15
#include "PluginManager.h"
16
offload/libomptarget/PluginManager.cpp
@@ -14,6 +14,7 @@
#include "Shared/Debug.h"
#include "Shared/Profile.h"
#include "device.h"
17
+#include "OffloadPolicy.h"
18
19
#include "llvm/Support/Error.h"
20
#include "llvm/Support/ErrorHandling.h"
0 commit comments