Skip to content

Commit 49b04e6

Browse files
committed
[gn build] Port 034f2b3
1 parent 924907b commit 49b04e6

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
@@ -7,5 +7,6 @@ static_library("SandboxIR") {
77
sources = [
88
"SandboxIR.cpp",
99
"Tracker.cpp",
10+
"Type.cpp",
1011
]
1112
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ unittest("SandboxIRTests") {
99
sources = [
1010
"SandboxIRTest.cpp",
1111
"TrackerTest.cpp",
12+
"TypesTest.cpp",
1213
]
1314
}

0 commit comments

Comments
 (0)