File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
llvm/tools/sycl-post-link Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 17
17
#include " clang/Analysis/CallGraph.h"
18
18
#include " clang/Basic/Attributes.h"
19
19
#include " clang/Basic/Diagnostic.h"
20
- #include " clang/Sema/Sema.h"
21
20
#include " clang/Sema/Initialization.h"
21
+ #include " clang/Sema/Sema.h"
22
22
#include " llvm/ADT/SmallPtrSet.h"
23
23
#include " llvm/ADT/SmallVector.h"
24
24
#include " llvm/Support/FileSystem.h"
Original file line number Diff line number Diff line change 25
25
#include " llvm/Support/CommandLine.h"
26
26
#include " llvm/Support/InitLLVM.h"
27
27
#include " llvm/Support/SystemUtils.h"
28
- #include " llvm/Transforms/Utils/Cloning.h"
29
28
#include " llvm/Transforms/IPO.h"
29
+ #include " llvm/Transforms/Utils/Cloning.h"
30
30
#include < memory>
31
31
32
32
using namespace llvm ;
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- #include < iostream>
10
- #include < vector>
11
- #include < string>
12
9
#include < CL/cl.h>
13
10
#include < CL/cl_ext.h>
14
11
12
+ #include < iostream>
13
+ #include < string>
14
+ #include < vector>
15
+
15
16
static const std::string help =
16
17
" Help\n "
17
18
" Example: ./get_device_count_by_type cpu\n "
You can’t perform that action at this time.
0 commit comments