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 b935d31 commit 8588c6eCopy full SHA for 8588c6e
llvm/utils/gn/secondary/llvm/lib/SandboxIR/BUILD.gn
@@ -1,6 +1,7 @@
1
static_library("SandboxIR") {
2
output_name = "LLVMSandboxIR"
3
deps = [
4
+ "//llvm/lib/Analysis",
5
"//llvm/lib/IR",
6
"//llvm/lib/Support",
7
]
llvm/utils/gn/secondary/llvm/unittests/SandboxIR/BUILD.gn
@@ -2,6 +2,7 @@ import("//third-party/unittest/unittest.gni")
unittest("SandboxIRTests") {
"//llvm/lib/AsmParser",
8
"//llvm/lib/SandboxIR",
@@ -11,5 +12,6 @@ unittest("SandboxIRTests") {
11
12
"SandboxIRTest.cpp",
13
"TrackerTest.cpp",
14
"TypesTest.cpp",
15
+ "UtilsTest.cpp",
16
17
}
0 commit comments