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.
2 parents a70ebfa + 86e66d2 commit f6bd97bCopy full SHA for f6bd97b
llvm/utils/gn/secondary/clang/tools/clang-sycl-linker/BUILD.gn
@@ -10,6 +10,10 @@ executable("clang-sycl-linker") {
10
":SYCLLinkOpts",
11
"//clang/lib/Basic",
12
"//llvm/lib/BinaryFormat",
13
+ "//llvm/lib/Bitcode/Writer",
14
+ "//llvm/lib/IR",
15
+ "//llvm/lib/IRReader",
16
+ "//llvm/lib/Linker",
17
"//llvm/lib/Option",
18
"//llvm/lib/Object",
19
"//llvm/lib/Support",
0 commit comments