Skip to content

Commit fc1df44

Browse files
committed
[gn build] Port fb458aa
1 parent df61e34 commit fc1df44

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ static_library("Support") {
103103
"IntEqClasses.cpp",
104104
"IntervalMap.cpp",
105105
"JSON.cpp",
106+
"Jobserver.cpp",
106107
"KnownBits.cpp",
107108
"KnownFPClass.cpp",
108109
"LEB128.cpp",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ unittest("SupportTests") {
5656
"InstructionCostTest.cpp",
5757
"InterleavedRangeTest.cpp",
5858
"JSONTest.cpp",
59+
"JobserverTest.cpp",
5960
"KnownBitsTest.cpp",
6061
"LEB128Test.cpp",
6162
"LineIteratorTest.cpp",

0 commit comments

Comments
 (0)