Skip to content

Commit 8588c6e

Browse files
committed
[gn build] Port eba21ac
1 parent b935d31 commit 8588c6e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

llvm/utils/gn/secondary/llvm/lib/SandboxIR/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
static_library("SandboxIR") {
22
output_name = "LLVMSandboxIR"
33
deps = [
4+
"//llvm/lib/Analysis",
45
"//llvm/lib/IR",
56
"//llvm/lib/Support",
67
]

llvm/utils/gn/secondary/llvm/unittests/SandboxIR/BUILD.gn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import("//third-party/unittest/unittest.gni")
22

33
unittest("SandboxIRTests") {
44
deps = [
5+
"//llvm/lib/Analysis",
56
"//llvm/lib/AsmParser",
67
"//llvm/lib/IR",
78
"//llvm/lib/SandboxIR",
@@ -11,5 +12,6 @@ unittest("SandboxIRTests") {
1112
"SandboxIRTest.cpp",
1213
"TrackerTest.cpp",
1314
"TypesTest.cpp",
15+
"UtilsTest.cpp",
1416
]
1517
}

0 commit comments

Comments
 (0)