We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent decf88d commit cecb3c4Copy full SHA for cecb3c4
llvm/utils/gn/secondary/llvm/lib/CGData/BUILD.gn
@@ -10,5 +10,7 @@ static_library("CGData") {
10
"CodeGenDataWriter.cpp",
11
"OutlinedHashTree.cpp",
12
"OutlinedHashTreeRecord.cpp",
13
+ "StableFunctionMap.cpp",
14
+ "StableFunctionMapRecord.cpp",
15
]
16
}
llvm/utils/gn/secondary/llvm/unittests/CGData/BUILD.gn
@@ -14,5 +14,7 @@ unittest("CodeGenDataTests") {
sources = [
"OutlinedHashTreeRecordTest.cpp",
"OutlinedHashTreeTest.cpp",
17
+ "StableFunctionMapRecordTest.cpp",
18
+ "StableFunctionMapTest.cpp",
19
20
0 commit comments