We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df61e34 commit fc1df44Copy full SHA for fc1df44
llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
@@ -103,6 +103,7 @@ static_library("Support") {
103
"IntEqClasses.cpp",
104
"IntervalMap.cpp",
105
"JSON.cpp",
106
+ "Jobserver.cpp",
107
"KnownBits.cpp",
108
"KnownFPClass.cpp",
109
"LEB128.cpp",
llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
@@ -56,6 +56,7 @@ unittest("SupportTests") {
56
"InstructionCostTest.cpp",
57
"InterleavedRangeTest.cpp",
58
"JSONTest.cpp",
59
+ "JobserverTest.cpp",
60
"KnownBitsTest.cpp",
61
"LEB128Test.cpp",
62
"LineIteratorTest.cpp",
0 commit comments