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 4b10ddb commit 91317b1Copy full SHA for 91317b1
llvm/utils/gn/secondary/llvm/lib/Frontend/Directive/BUILD.gn
@@ -0,0 +1,7 @@
1
+static_library("Directive") {
2
+ output_name = "LLVMFrontendDirective"
3
+ deps = [
4
+ "//llvm/lib/Support",
5
+ ]
6
+ sources = [ "Spelling.cpp" ]
7
+}
llvm/utils/gn/secondary/llvm/lib/Frontend/OpenACC/BUILD.gn
@@ -1,6 +1,9 @@
static_library("OpenACC") {
output_name = "LLVMFrontendOpenACC"
- deps = [ "//llvm/lib/Support" ]
+ "//llvm/lib/Frontend/Directive",
public_deps = [ "//llvm/include/llvm/Frontend/OpenACC:acc_gen" ]
8
sources = [ "ACC.cpp" ]
9
}
0 commit comments