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 b6edd25 commit 86e66d2Copy full SHA for 86e66d2
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