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 8f65519 commit d9bf390Copy full SHA for d9bf390
llvm/utils/gn/secondary/clang/tools/clang-sycl-linker/BUILD.gn
@@ -9,15 +9,17 @@ executable("clang-sycl-linker") {
9
deps = [
10
":SYCLLinkOpts",
11
"//clang/lib/Basic",
12
+ "//llvm/lib/Analysis",
13
"//llvm/lib/BinaryFormat",
14
"//llvm/lib/Bitcode/Writer",
15
"//llvm/lib/IR",
16
"//llvm/lib/IRReader",
17
"//llvm/lib/Linker",
18
+ "//llvm/lib/MC",
19
"//llvm/lib/Option",
20
"//llvm/lib/Object",
21
"//llvm/lib/Support",
- "//llvm/lib/TargetParser",
22
+ "//llvm/lib/Target:TargetsToBuild",
23
]
24
sources = [ "ClangSYCLLinker.cpp" ]
25
}
0 commit comments