Skip to content

Commit 2459679

Browse files
committed
[gn build] Port f12e10b
1 parent 7190368 commit 2459679

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-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
@@ -5,6 +5,7 @@ static_library("SandboxIR") {
55
"//llvm/lib/Support",
66
]
77
sources = [
8+
"Pass.cpp",
89
"SandboxIR.cpp",
910
"Tracker.cpp",
1011
"Type.cpp",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ unittest("SandboxIRTests") {
77
"//llvm/lib/SandboxIR",
88
]
99
sources = [
10+
"PassTest.cpp",
1011
"SandboxIRTest.cpp",
1112
"TrackerTest.cpp",
1213
"TypesTest.cpp",

0 commit comments

Comments
 (0)