Skip to content

Commit d1d14b7

Browse files
committed
[gn build] Port 5338bd3
1 parent 61a5863 commit d1d14b7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@ static_library("SandboxIR") {
44
"//llvm/lib/IR",
55
"//llvm/lib/Support",
66
]
7-
sources = [ "SandboxIR.cpp" ]
7+
sources = [
8+
"SandboxIR.cpp",
9+
"Tracker.cpp",
10+
]
811
}

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@ unittest("SandboxIRTests") {
66
"//llvm/lib/IR",
77
"//llvm/lib/SandboxIR",
88
]
9-
sources = [ "SandboxIRTest.cpp" ]
9+
sources = [
10+
"SandboxIRTest.cpp",
11+
"TrackerTest.cpp",
12+
]
1013
}

0 commit comments

Comments
 (0)